From 502ef15198ae2449e0149087a600ff2bb47c2148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Sun, 21 Sep 2025 22:22:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=AD=A6=E5=99=A8=E5=B9=B3=E8=A1=A1):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=93=BE=E5=BC=8F=E6=9C=BA=E6=9E=AA=E4=BC=A4?= =?UTF-8?q?=E5=AE=B3=E5=80=BC=E5=92=8C=E5=AD=90=E5=BC=B9=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 降低链式机枪伤害范围从5-12改为4-6点 将子弹缩放比例从2调整为1.5 --- components/Bullets/ChainGun.tscn | 2 +- components/Weapons/ChainGun.tscn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Bullets/ChainGun.tscn b/components/Bullets/ChainGun.tscn index 7ccdb7f..74413f8 100644 --- a/components/Bullets/ChainGun.tscn +++ b/components/Bullets/ChainGun.tscn @@ -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"] diff --git a/components/Weapons/ChainGun.tscn b/components/Weapons/ChainGun.tscn index 7e44bab..5763536 100644 --- a/components/Weapons/ChainGun.tscn +++ b/components/Weapons/ChainGun.tscn @@ -28,4 +28,4 @@ text = "400" displayName = "链式机枪" [node name="description" parent="container" index="2"] -text = "[center]造成[color=cyan]5[/color]→[color=yellow]12[/color]点伤害。[/center]" +text = "[center]造成[color=cyan]4[/color]→[color=yellow]6[/color]点伤害。[/center]"