Added new settings

This commit is contained in:
2024-02-06 12:03:32 +01:00
parent 81670e7df5
commit 651b353340
18 changed files with 221 additions and 66 deletions

View File

@ -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")