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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user