feat: added hud for utilites

This commit is contained in:
DottsGit
2026-06-05 02:15:32 -04:00
parent ecefeb9f7e
commit a85e0952c5
5 changed files with 87 additions and 1 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class_name MovementParams
# ── Dash ──────────────────────────────────────────────────────────────────────
@export var dash_speed: float = 10.0
@export var dash_duration: float = 0.25
@export var dash_cooldown: float = 1.0
@export var dash_cooldown: float = 10.0
@export var dash_invulnerability_time: float = 0.1
# ── Rocket Jump ───────────────────────────────────────────────────────────────