fixed pause menu in lv 2, aswell
This commit is contained in:
parent
6a3ac45ab0
commit
8749e11fd0
1 changed files with 1 additions and 1 deletions
|
@ -66,6 +66,7 @@ brake_strength = 800.0
|
|||
size_flags_horizontal = 3
|
||||
|
||||
[node name="menu_box" type="Control" parent="CanvasLayer"]
|
||||
visible = false
|
||||
layout_mode = 3
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
|
@ -80,7 +81,6 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
|
||||
[node name="level" parent="CanvasLayer/menu_box" instance=ExtResource("7_bv3bp")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
|
|
Loading…
Reference in a new issue