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