feat: 躲避敌人攻击功能

fix: 敌人初始化血条
This commit is contained in:
luke358
2026-05-18 16:10:19 +08:00
parent b6bf8ef5ba
commit 66452f1072
7 changed files with 45 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ var can_move := true
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
super._ready()
# Called every frame. 'delta' is the elapsed time since the previous frame.