#Why is the rotation happening so slow?
5 messages · Page 1 of 1 (latest)
look_at() requires an absolute position, not relative to the node
So ...look_at(global_position + target_rotation,..
ah it worked
but it seems to be facing the wrong direction
right is left, left is right, up is down and down is up