I have a MAJOR problem
So, my project has more scenes : game, player, etc
When i want to get acces to something inside the player scene in game's code i wanted to get the player scene
So i did get_node("root/Player")
But it says Node not found root/player
And this happens with normal nodes too (not only with scenes)
Is there any other way that i can get the node "Player" ??
My node structure: (in the game scene)
-game
- -sprites
-player
Nodes in the player scene:
-kinematicBody (its called Player)
- - sprite
- - camera2d
- - collisionshape2d