#How to get opposite direction of where the player is looking?

1 messages · Page 1 of 1 (latest)

silk walrus
#

Unless i'm mistaken :

var opposite := -direction

cinder falcon
#

I’m struggling with getting the actual direction that the player is looking in

plucky flare
#

Should be -player.global_basis.z

dusty elk
#

you probably want direction_to(other: Vector2)