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

Back to the menu does not work #28

Closed Skybic closed 4 years ago

Skybic commented 4 years ago

When I playing the game and then pause the game - button "Back to main screen" didn't working.

And thanks for awesome tutorial - it helped me a lot! :)

rKinson commented 4 years ago

@Skybic @NathanLovato

The MainScreenButton doesn't have the Next Scene Path property set.

I set it to "res://src/Screens/MainScreen.tscn" and that fixed it. However it will lead you into another problem which you can follow in #29