gdquest-demos / godot-make-pro-2d-games

A-RPG demo made with Godot, MIT-licensed, from our Godot course
MIT License
987 stars 106 forks source link

Fix game crashing when player dies. Instead, game restarts. #101

Open realkotob opened 5 years ago

realkotob commented 5 years ago

Fixes https://github.com/GDquest/make-pro-2d-games-with-godot/issues/93

Let me know if you'd like this handled in a different way.

I did the simplest way possible, but I could also add a "Game Over" screen if you could specify exactly how it should look like.