added win screen and level system
Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ export default class GUI extends Phaser.Scene {
|
||||
repeat: -1
|
||||
});
|
||||
|
||||
this.scene.start('Game');
|
||||
this.scene.start('Game', {level: 'lvl1'});
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user