mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-10 05:37:12 +08:00
fix(角色): 调整小鸡移动速度并添加到波次生成
将小鸡的移动速度从0.5降低到0.4以平衡游戏难度 在波次生成中添加小鸡角色,并设置其目标为熊角色
This commit is contained in:
@@ -7,7 +7,7 @@ const laserCount = 4
|
||||
|
||||
func register():
|
||||
fields[FieldStore.Entity.MAX_HEALTH] = 1500
|
||||
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.5
|
||||
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.4
|
||||
attackCooldownMap[0] = 500
|
||||
attackCooldownMap[1] = 6000
|
||||
attackCooldownMap[2] = 100
|
||||
|
||||
Reference in New Issue
Block a user