This commit is contained in:
SondreElg
2025-10-05 15:12:38 +02:00
parent 0b0a5963e4
commit 8eaec9c4f3

View File

@@ -68,7 +68,7 @@ func charge():
# Gradual charge dropoff
charge_level = max(charge_level - charge_rate * 2, 0);
func dash(on_end: Callable):
func dash(on_end):
dash_cooldown_timer.start(dash_cooldown);
var target_dir = position.direction_to(target)
if (on_end):