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]"