mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-05 19:27:15 +08:00
fix: 调整子弹飞行距离和速度参数
将VectorStar子弹的lifeDistance从3000减少到2000,并调整速度计算中的分母从20改为30,以平衡游戏难度
This commit is contained in:
@@ -43,7 +43,7 @@ alpha_curve = SubResource("CurveTexture_c22if")
|
||||
|
||||
[node name="VectorStar" instance=ExtResource("1_fyvdf")]
|
||||
script = ExtResource("2_1u5ed")
|
||||
lifeDistance = 3000.0
|
||||
lifeDistance = 2000.0
|
||||
|
||||
[node name="texture" parent="." index="0"]
|
||||
rotation = 0.0174533
|
||||
|
||||
Reference in New Issue
Block a user