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

fix(武器平衡): 调整链式机枪伤害值和子弹大小

降低链式机枪伤害范围从5-12改为4-6点
将子弹缩放比例从2调整为1.5
This commit is contained in:
2025-09-21 22:22:59 +08:00
parent 87a2e9f2df
commit 502ef15198
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ sprite_frames = SubResource("SpriteFrames_cl70o")
[node name="node" type="Sprite2D" parent="texture" index="1"]
position = Vector2(130, 0)
scale = Vector2(2, 2)
scale = Vector2(1.5, 1.5)
texture = ExtResource("2_4hyk3")
[node name="anchor" type="Node2D" parent="texture/node" index="0"]