this.shredType = parseInt(1+(Math.random() * 6))this.initWithFile("res/"+this.shredType+".png")
用于三消游戏中随机加载某一张图片
随机一个图片
最新推荐文章于 2024-03-19 10:17:21 发布
this.shredType = parseInt(1+(Math.random() * 6))this.initWithFile("res/"+this.shredType+".png")
用于三消游戏中随机加载某一张图片