Walking animation broken combat

This commit is contained in:
2025-08-21 22:23:14 -04:00
parent 906f761041
commit 38845e26fa
19 changed files with 544 additions and 24 deletions

View File

@@ -69,6 +69,7 @@ func update_waypoints(value : float) -> void:
func start_event(event : Quest.Event, offset : float) -> void:
current_event = event
current_event.completed.connect(_on_event_complete)
current_event.start()
event.time_elapsed = offset
func setup(quest : Quest) -> void: