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

fix(BulletBase): 添加canDoDuplicate控制子弹分裂和折射行为

防止子弹在不应该分裂或折射时执行这些操作,通过新增的canDoDuplicate布尔变量来控制
This commit is contained in:
2026-01-23 23:59:02 +08:00
parent 3746a6c73b
commit 41d1b544c9
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ script = ExtResource("2_nxpf5")
speed = 5.0
penerate = 1.0
lifeTime = 4000.0
canDoDuplicate = false
[node name="texture" parent="." index="0"]
modulate = Color(1, 0.7075234, 0.6972954, 1)