hpi-swa-lab / godot-pronto

https://hpi-swa-lab.github.io/godot-pronto/
18 stars 4 forks source link

Easy option to restart game (in export) #188

Closed JulianEgbert closed 7 months ago

JulianEgbert commented 10 months ago

When playing an (exported) game and it is game over (e.g. player died) it should have the option to simply restart the game (reload scene) without restarting it (by reloading the entire window). Either have a simple Game Over Behavior that displays a score and a button to restart or just add a Button to the PrototypingUI that restarts the game when clicked on.

JulianEgbert commented 10 months ago

I noticed this when playing some of the games on the web-export and thought about this as a way to make it more compelling to play multiple "rounds" of a game there.

Any preferences @tom95 ?

JulianEgbert commented 7 months ago

Implemented as part of the PrototypingUI.