blackmambastudio / phaser3-jam-boilerplate

Basic boilerplate ready to go for game jams 💪
16 stars 1 forks source link

HUD scene in top #3

Closed agar3s closed 6 years ago

agar3s commented 6 years ago

Implement a HUD scene in game mode

agar3s commented 6 years ago

https://github.com/agar3s/phaser3-jam-boilerplate/blob/master/src/scenes/game/HUDGame.js is a default hud for the gameScene, it overlays the current gameScene.

pending: implement a way to communicate between gameScene and HUDScene