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

SceneTree.*_scene functions leave the game stuck After pressing the RetryButton, going back to the main menu, or reloading a scene in general, in Godot 3.1, the game gets stuck #25

Closed NathanLovato closed 5 years ago

henriiquecampos commented 5 years ago

Let me see that, I think that we aren't unpausing the SceneTree properly.

NathanLovato commented 5 years ago

I just pushed a small fix, some nodes I had renamed, forgot to update the associated script

henriiquecampos commented 5 years ago

I added a fix to that in aad411734b2b8d52083f5d610dc2434ea57f81c3 can you confirm it fixes the bug @NathanLovato ?

NathanLovato commented 5 years ago

Yes. Please always use git pull --rebase when working on master before you push anything, it ensures that your new commits end up at the end of the history and prevents it from getting messy.