lol
This commit is contained in:
parent
8505d6180f
commit
ebb2adcc2e
@ -54,7 +54,7 @@ func _process(delta):
|
|||||||
setAnimState("Run")
|
setAnimState("Run")
|
||||||
|
|
||||||
if state != "Attack" && state != "Attack2":
|
if state != "Attack" && state != "Attack2":
|
||||||
is_facing_left = velocity.x >= 0
|
is_facing_left = velocity.x > 0 && !(velocity.x < 0)
|
||||||
|
|
||||||
# AI STUFF
|
# AI STUFF
|
||||||
#velocity += processAI(list,delta)
|
#velocity += processAI(list,delta)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user