How do I move the grey box back to the Play button?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By wasmuncl

I am trying to add a moving background to my title screen. I have a scene with the background and it’s mirrored. Whenever I move the scene - BG - into the Main scene the grey area around the Play button moves to the right side of the mirror. How do I get it so the grey area doesn’t move when I add the background?

Imgur: The magic of the Internet (image of title screen with background)

Imgur: The magic of the Internet (image of title screen without background)

Weird! What if you try to add your buttons into a CanvasLayer?

Did you change any of the layout/anchoring options for your buttons? The parallax background is an instanced scene, so it’s hard to say if there’s something in there causing it, because we can’t see the node tree.

Tom Mertz | 2023-06-02 00:08

Thank you for the help! The canvas layer worked like a charm! It was super weird, if I got rid of the Play button, the Quit button below it would do the same thing. And, if I got rid of both the Play and Quit buttons and made a new button, it would do the same thing. Thank you anyways!

wasmuncl | 2023-06-02 13:58