added a rock

This commit is contained in:
kharhamel 2020-04-11 18:17:36 +02:00
parent 793e5318f7
commit 241cbd720a
6 changed files with 53 additions and 2 deletions

View file

@ -12,6 +12,9 @@ const config: GameConfig = {
parent: "game",
scene: gameManager.GameScenes,
zoom: RESOLUTION,
physics: {
default: 'impact'
},
};
let game = new Phaser.Game(config);