#Why is the rotation happening so slow?

5 messages · Page 1 of 1 (latest)

celest shell
#

Currently my player is very slowly rotating in the button direction.
But i want it instantly face the direction being pressed.
How can i implement that?

Here is a link to the full project as well

tawny imp
#

look_at() requires an absolute position, not relative to the node

So ...look_at(global_position + target_rotation,..

celest shell
#

but it seems to be facing the wrong direction

#

right is left, left is right, up is down and down is up