mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-30 15:22:30 +08:00
fix: 调整动力水晶速度和初始波数
将动力水晶的初始速度从0调整为1,使子弹能够正常移动 在测试环境下将初始波数从10调整为20,方便测试更多波次
This commit is contained in:
@@ -153,7 +153,7 @@ modulate = Color(1, 1, 1, 0)
|
||||
scale = Vector2(2, 2)
|
||||
script = ExtResource("2_ygemv")
|
||||
displayName = "动力水晶"
|
||||
speed = 0.0
|
||||
speed = 1.0
|
||||
penerate = 1.0
|
||||
lifeTime = 2000.0
|
||||
autoSpawnAnimation = true
|
||||
|
||||
Reference in New Issue
Block a user