added win screen and level system

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2020-07-17 03:20:59 +02:00
parent cea1740792
commit 13e7c24b65
16 changed files with 404 additions and 87 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ export default class GUI extends Phaser.Scene {
repeat: -1
});
this.scene.start('Game');
this.scene.start('Game', {level: 'lvl1'});
})
});
}