Godot Version
4.3
Question
node.look_at($enemy_pos.global_position)
“node” is moveable and should look at “enemy_pos” by rotating around its own axis. It rotates to “enemy_pos” but not around its own axis, look_at() creates weird offsets. Any ideas?