gdquest-demos / godot-3-beginner-2d-platformer

Learn to create a 2d platform game with the Godot game engine. This is a beginner programming tutorial.
MIT License
364 stars 96 forks source link

Add Main Menu, Play and Game Over Screens #9

Closed henriiquecampos closed 5 years ago

henriiquecampos commented 5 years ago

Two basic screens to close the game loop. The Main Menu Scene will have 2 buttons, play and quit, the Game Over Screen will have a label with the player's score and two buttons: retry and quit. The Play Screen is a combination of #8 and #7.

henriiquecampos commented 5 years ago

Closed at c60e6f827a04b3a1f0afa2076a40feb354944dd9