Hey I'm having a weird issue I can't solve after looking through the 2D Camera documentation and trying many different things to get it working. When I first load my game and enter my "Talent Menu" scene I have inputs to change the camera's position up and down which work as intended. I can return to the main menu scene and then go back into the talent menu scene and it will still work. However as soon as I enter my "Game World" scene and then return to the menu and go into the Talent scene again, the inputs work but the camera's position doesn't change anymore.
The camera is enabled, running print(camera.is_current()) returns true, the input is working, I'm not getting any errors, just the position of the camera won't move. I've attempted moving the camera into a Node2D and moving the parent but that had no effect either. I tried removing my camera limits and that didn't help. I'm not really sure where to go from here, I can't seem to find anything similar to my problem after a couple days of searching. Any help or advice on what to search would be greatly appreicated!