This commit is contained in:
MarcEricMartel 2023-10-10 18:00:02 -04:00
parent 8505d6180f
commit ebb2adcc2e

View File

@ -54,7 +54,7 @@ func _process(delta):
setAnimState("Run")
if state != "Attack" && state != "Attack2":
is_facing_left = velocity.x >= 0
is_facing_left = velocity.x > 0 && !(velocity.x < 0)
# AI STUFF
#velocity += processAI(list,delta)