I’m thinking on making a first person project were the character can’t move but can look left, right, up and down but in 2D as I want to use a pixel-art style.
But I don’t have ANY idea on how this could be done with Godot’s node system as probably each side should be its own scene.
I know that you can load multiple scenes at once making them global but I don’t know how much this could help me.
Can you give us some more info? What does “look around” mean for you? Do you want the player to be able to look left and right? Do you want the player to suddenly teleport to a 3D scenario to be able to “look around”?
If you can describe how you want this feature to work exactly, then we might be able to help.
Yeah i really explained my self badly, I want the player to be able to look left, right, up and down, through buttons that change the point to view (which I thought of doing having each POV be a different scene) while keeping them all running at the same time.