1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-12 14:47:13 +08:00

feat(游戏平衡): 调整敌人生成和子弹行为

- 将敌人数量增长逻辑移至GameRule并调整计算公式
- 修改鸡的攻击行为,子弹现在会朝向玩家发射
- 调整子弹伤害值和旋转动画
- 减少玩家初始苹果数量并增加敌人掉落苹果数量
- 修改BOSS出现波数为第8波
- 移除无用属性和优化代码结构
This commit is contained in:
2025-08-28 07:45:50 +08:00
parent dfbacb0098
commit a572a77eda
7 changed files with 28 additions and 29 deletions
-3
View File
@@ -48,19 +48,16 @@ alignment = 1
[node name="baseball" parent="root/container/items" instance=ExtResource("3_o2oi4")]
unique_name_in_owner = true
layout_mode = 2
autoFree = null
[node name="basketball" parent="root/container/items" instance=ExtResource("3_o2oi4")]
unique_name_in_owner = true
layout_mode = 2
type = 1
autoFree = null
[node name="apple" parent="root/container/items" instance=ExtResource("3_o2oi4")]
unique_name_in_owner = true
layout_mode = 2
type = 2
autoFree = null
[node name="panels" type="Control" parent="root"]
unique_name_in_owner = true