started skeleton and zombie, added GUI and menu system

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2020-07-16 04:42:39 +02:00
parent e3b9eff67d
commit f1d6c7d69f
15 changed files with 1636 additions and 80 deletions
+1
View File
@@ -114,6 +114,7 @@ export default class Player extends Entity {
.once('animationcomplete', () => {
this.setFrame(51);
this.scene.scene.pause();
this.scene.scene.launch('GUI', {key: 'Dead'}).bringToTop('GUI');
})
}
}