feat: 添加玩家和敌人血条

This commit is contained in:
luke358
2026-05-18 15:46:44 +08:00
parent 2060719f4e
commit b6bf8ef5ba
12 changed files with 180 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ var dash_available := true
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
super._ready()
dash_timer.wait_time = dash_duration
dash_cooldown_timer.wait_time = dash_cooldown