1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-02 16:22:14 +08:00

feat(武器系统): 添加单发武器功能并调整子弹参数

- 在武器结构中新增oneShoot属性用于支持单发武器
- 修改Tree武器的cooldown为0并设置为单发模式
- 调整Parrier子弹的动画轨迹参数
- 更新Rooster角色的武器发射逻辑以支持单发武器
This commit is contained in:
2026-03-18 22:23:31 +08:00
parent 238450bf11
commit a1510abeb9
4 changed files with 16 additions and 7 deletions
+2 -1
View File
@@ -5,4 +5,5 @@
[node name="Tree" instance=ExtResource("1_0lbwr")]
script = ExtResource("2_jsuc8")
cooldown = 200.0
oneShoot = true
cooldown = 0.0