Description
I just finished Chapter 21: Customizing Gum UI from the 2D tutorial, and I think I might’ve done something wrong, though now I’m not so sure.
Basically, once I’m in the GameScene, I can still interact with the buttons from the TitleScene, even though they’re invisible. If I press ENTER or A on my controller, it resets the game, as if I were pressing the Start button on the title screen. I can even adjust the music and SFX volumes while in the game scene, which makes me think the UI from the title screen is still active in the background.
What’s throwing me off is that I downloaded the finished game from Itch.io to compare, and it seems to do the same thing, pressing ENTER or A while in-game resets everything(See the video, from the Itch.io version). Since the control list on the Itch.io page doesn’t mention that as a feature, I’m not sure if that’s intended behavior or if it’s the same bug I’m seeing on my end.
Small update: After downloading my commit from Chapter 20, I noticed the issue is also present there. I went through the tutorial steps 2–3 times to make sure I didn’t miss anything, but the problem persists. Hope this info helps pinpoint the issue.
I may be wrong, but I suspect this bug might be present in the tutorial documentation.