I have a 2d Node called player and a child 2d node called Playername so when the player rotate the Playername rotate so i don't want the Playername to rotate i just want the Player to rotate not the Playername i tried using setastoplevel(true) but it locks the position of the node and the rotation of the node so
Playername.lock_rotation(true) is there function like that?