提交 f5e0f5b1 编写于 作者: 6 63722c17dc08d4251c8aaa66

添加图片

上级 1a486139
dot.png

189 字节

ground.png

105 字节

......@@ -45,11 +45,11 @@ var GameState = function(game){
}else{
this.scale.scaleMode = Phaser.ScaleManager.SHOW_ALL;
}
this.load.image("ground", "img/ground.png");
this.load.spritesheet("ball", "img/balls.png",32,32);
this.load.spritesheet("ball2", "img/balls2.png",48,48);
this.load.spritesheet("button", "img/buttons.png",80,40);
this.load.image("dot", "img/dot.png");
this.load.image("ground", "ground.png");
this.load.spritesheet("ball", "balls.png",32,32);
this.load.spritesheet("ball2", "balls2.png",48,48);
this.load.spritesheet("button", "buttons.png",80,40);
this.load.image("dot", "dot.png");
};
this.create = function(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册