Add: alien for test

This commit is contained in:
2018-05-11 10:51:00 +09:00
parent 14ae4a177f
commit 5d2de6b7d6
5 changed files with 24 additions and 5 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ const CONTENT_ID = "Space Invaders";
let game = new Phaser.Game(
GAME_SCREEN_SIZE.x, GAME_SCREEN_SIZE.y,
Phaser.CANVAS, CONTENT_ID
Phaser.CANVAS, CONTENT_ID,
this, false, false
);
game.state.add('Loading', Loading);