Add battle stuff

This commit is contained in:
2026-01-14 21:54:38 -06:00
parent 8a599a054c
commit d916e65990
14 changed files with 99 additions and 20 deletions

View File

@@ -82,4 +82,4 @@ func _physics_process(delta:float) -> void:
_applyGravity()
_applyFriction(delta)
_applyMovement(delta)
entity.move_and_slide()
entity.move_and_slide()