1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-26 21:42:29 +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
+1 -1
View File
@@ -97,7 +97,7 @@ tracks/3/interp = 1
tracks/3/loop_wrap = true
tracks/3/keys = {
"handle_modes": PackedInt32Array(2, 2),
"points": PackedFloat32Array(1, 0, 0, 0.3, 0, 0, -1, 0, 0, 0),
"points": PackedFloat32Array(1, 0, 0, 0.1, 0, 0, -1, 0, 0, 0),
"times": PackedFloat32Array(0, 1)
}