I have a menu scene and a level scene. I used a touch screen button with a pressed signal to go from the menu to the level scene with get_tree().change_scene()
and another touchscreen button with the same function in the level to go to the menu.
The problem is that when I go to the level and return to the menu, I can no longer go to the level scene. How can I fix this?
PS - both scenes are very simple
Menu - control
Touchscreen button (with signal and change scene script)
Colour rect
Level - node2d
Touchscreen button (with signal and change scene script)
Colour rect