1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-10 21:57:12 +08:00

feat(人物): 更新熊角色属性和资源文件

- 将熊角色贴图从JPG格式替换为PNG格式
- 调整熊角色的攻击冷却时间和冲刺逻辑
- 修改熊角色的碰撞体积和状态条位置
- 简化测试波次配置,仅保留熊角色
- 为阶段转换添加无敌状态
- 提高小鸡角色的冲刺倍率
This commit is contained in:
2025-09-14 16:46:34 +08:00
parent ffbd45412e
commit e66a64c077
9 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ func register():
attackCooldownMap[1] = 6000
attackCooldownMap[2] = 2000
attackCooldownMap[3] = 500
sprintMultiplier = 30
sprintMultiplier = 45
func spawn():
texture.play("walk")