1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-06 11:47:13 +08:00

fix(Bullets): 调整激光子弹的矩形偏移和高度

统一BigLaser和LaserSummoner的offset_bottom值为2000,并移除LaserSummoner中多余的offset_top设置
This commit is contained in:
2025-08-29 15:08:56 +08:00
parent 132cea81cf
commit eba66282f0
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -6,3 +6,7 @@
needEnergy = 100.0
knockback = 10.0
recoil = 4.0
[node name="rect" parent="texture" index="0"]
offset_top = 0.0
offset_bottom = 2000.0
+1 -2
View File
@@ -216,9 +216,8 @@ sprite_frames = SubResource("SpriteFrames_yip5k")
[node name="rect" type="ColorRect" parent="texture" index="0"]
material = SubResource("ShaderMaterial_b2oy8")
offset_left = 233.0
offset_top = 50.0
offset_right = 333.0
offset_bottom = 2050.0
offset_bottom = 2000.0
rotation = -1.5708
scale = Vector2(1e-05, 1)