Added new settings
This commit is contained in:
@ -16,7 +16,7 @@ func _process(_delta):
|
||||
elif character.velocity.y < 0:
|
||||
play("human/fall")
|
||||
elif character.direction != Vector3.ZERO:
|
||||
play("human/run")
|
||||
play("human/run-fast")
|
||||
else:
|
||||
play("human/idle")
|
||||
|
||||
|
Reference in New Issue
Block a user