Commit 36a467ae authored by Gavin An's avatar Gavin An

공격 애니매이션과 관련해서 수정 전

parent 1299b4f8
......@@ -71,10 +71,10 @@ func _initialize_hero_templates() -> void:
var dwarf: UnitData = UnitData.new()
dwarf.unit_id = "Hero_Dwarf"
dwarf.unit_name = "Dwarf Hero"
dwarf.damage = 40.0
dwarf.damage = 120.0
dwarf.cooldown = 1.2
dwarf.move_speed = 4.5
dwarf.attack_range = 1.8
dwarf.attack_range = 2.5
dwarf.is_ranged = false
dwarf.unit_color = Color(0.85, 0.12, 0.85, 1.0) # 보랏빛 하이라이트
hero_templates.append(dwarf)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment