feat: 添加玩家和敌人血条
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user