mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-13 07:07:12 +08:00
fix(子弹): 调整鸡毛箭的生命周期为10000.0
原生命周期2000.0过短,导致箭矢过早消失,影响游戏体验
This commit is contained in:
@@ -134,7 +134,7 @@ script = ExtResource("2_qddg0")
|
||||
displayName = "鸡毛箭"
|
||||
speed = 50.0
|
||||
penerate = 1.0
|
||||
lifeTime = 2000.0
|
||||
lifeTime = 10000.0
|
||||
autoSpawnAnimation = true
|
||||
|
||||
[node name="animator" parent="texture" index="0"]
|
||||
|
||||
Reference in New Issue
Block a user