Godot Version
4.4
if global_position.x < mouse_position.x:
scale.x = 1
elif global_position.x > mouse_position.x :
scale.x = -1
Question
anyone know how to fix this? its only happening when the mouse is on the left side of the character. Ive tried adding to the mouse position but it only offsets it and still constantly flips