mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-07 04:07:13 +08:00
feat(游戏内容): 更新Kernyr角色属性和资源
- 修改Wave.gd中data的赋值逻辑,始终使用WAVE_JUSTJOKE - 调整Kernyr角色的攻击冷却时间从1000增加到2000 - 更换Kernyr角色的贴图资源 - 新增A-Tree.tscn场景文件,包含武器和属性配置
This commit is contained in:
@@ -7,7 +7,7 @@ var attack0State = 0
|
||||
func register():
|
||||
fields[FieldStore.Entity.MAX_HEALTH] = 2000
|
||||
fields[FieldStore.Entity.OFFSET_SHOOT] = 20
|
||||
attackCooldownMap[0] = 1000
|
||||
attackCooldownMap[0] = 2000
|
||||
attackCooldownMap[1] = 100
|
||||
attackCooldownMap[2] = 1000
|
||||
func ai():
|
||||
|
||||
Reference in New Issue
Block a user