mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-29 23:12:28 +08:00
fix: 调整BigLaser的rect节点偏移并隐藏Pause面板
修复BigLaser子弹的rect节点偏移设置问题,同时默认隐藏Pause面板以避免初始显示
This commit is contained in:
@@ -6,3 +6,7 @@
|
|||||||
needEnergy = 100.0
|
needEnergy = 100.0
|
||||||
knockback = 10.0
|
knockback = 10.0
|
||||||
recoil = 4.0
|
recoil = 4.0
|
||||||
|
|
||||||
|
[node name="rect" parent="texture" index="0"]
|
||||||
|
offset_top = 0.0
|
||||||
|
offset_bottom = 2000.0
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ font = ExtResource("2_rf3pp")
|
|||||||
font_size = 50
|
font_size = 50
|
||||||
|
|
||||||
[node name="Pause" instance=ExtResource("1_q0gd0")]
|
[node name="Pause" instance=ExtResource("1_q0gd0")]
|
||||||
|
visible = false
|
||||||
|
|
||||||
[node name="wrapper" parent="content" index="0"]
|
[node name="wrapper" parent="content" index="0"]
|
||||||
theme_override_constants/separation = 50
|
theme_override_constants/separation = 50
|
||||||
|
|||||||
Reference in New Issue
Block a user