Fixed pause screen defaulting to be up on game launch

This commit is contained in:
akshay 2022-08-20 14:25:03 -04:00
parent a43ed5ccb2
commit 073e2f74d6

View File

@ -19,6 +19,7 @@ size_flags_vertical = 3
[node name="pause_menu" type="Panel" parent="UI"]
pause_mode = 2
unique_name_in_owner = true
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
rect_pivot_offset = Vector2( 989, 509 )