make level select menu a bit better
This commit is contained in:
parent
b6d3fc68ba
commit
7a4e34a0cb
1 changed files with 51 additions and 24 deletions
|
@ -776,27 +776,28 @@ rect_pivot_offset = Vector2( 128, 96 )
|
|||
theme = ExtResource( 4 )
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="MenuPopup"]
|
||||
margin_left = 125.0
|
||||
margin_top = 93.0
|
||||
margin_right = 131.0
|
||||
margin_bottom = 99.0
|
||||
margin_left = 64.0
|
||||
margin_top = 67.0
|
||||
margin_right = 192.0
|
||||
margin_bottom = 125.0
|
||||
rect_min_size = Vector2( 128, 0 )
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MenuPopup/PanelContainer"]
|
||||
margin_left = 3.0
|
||||
margin_top = 3.0
|
||||
margin_right = 74.0
|
||||
margin_right = 125.0
|
||||
margin_bottom = 55.0
|
||||
|
||||
[node name="Resume" type="HBoxContainer" parent="MenuPopup/PanelContainer/VBoxContainer"]
|
||||
margin_right = 71.0
|
||||
margin_right = 122.0
|
||||
margin_bottom = 10.0
|
||||
custom_constants/separation = 0
|
||||
alignment = 1
|
||||
|
||||
[node name="ResumeButton" type="TextureButton" parent="MenuPopup/PanelContainer/VBoxContainer/Resume"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 10.0
|
||||
margin_right = 18.0
|
||||
margin_left = 32.0
|
||||
margin_right = 40.0
|
||||
margin_bottom = 10.0
|
||||
rect_min_size = Vector2( 8, 8 )
|
||||
button_mask = 0
|
||||
|
@ -805,21 +806,27 @@ expand = true
|
|||
stretch_mode = 3
|
||||
|
||||
[node name="Label" type="Label" parent="MenuPopup/PanelContainer/VBoxContainer/Resume"]
|
||||
margin_left = 18.0
|
||||
margin_right = 60.0
|
||||
margin_left = 40.0
|
||||
margin_right = 82.0
|
||||
margin_bottom = 10.0
|
||||
text = "resume"
|
||||
|
||||
[node name="Spacer" type="Control" parent="MenuPopup/PanelContainer/VBoxContainer/Resume"]
|
||||
margin_left = 82.0
|
||||
margin_right = 90.0
|
||||
margin_bottom = 10.0
|
||||
rect_min_size = Vector2( 8, 8 )
|
||||
|
||||
[node name="Palettes" type="HBoxContainer" parent="MenuPopup/PanelContainer/VBoxContainer"]
|
||||
margin_top = 14.0
|
||||
margin_right = 71.0
|
||||
margin_right = 122.0
|
||||
margin_bottom = 24.0
|
||||
custom_constants/separation = 0
|
||||
alignment = 1
|
||||
|
||||
[node name="PalettesButton" type="TextureButton" parent="MenuPopup/PanelContainer/VBoxContainer/Palettes"]
|
||||
margin_left = 3.0
|
||||
margin_right = 11.0
|
||||
margin_left = 25.0
|
||||
margin_right = 33.0
|
||||
margin_bottom = 10.0
|
||||
rect_min_size = Vector2( 8, 8 )
|
||||
button_mask = 0
|
||||
|
@ -828,21 +835,27 @@ expand = true
|
|||
stretch_mode = 3
|
||||
|
||||
[node name="Label" type="Label" parent="MenuPopup/PanelContainer/VBoxContainer/Palettes"]
|
||||
margin_left = 11.0
|
||||
margin_right = 67.0
|
||||
margin_left = 33.0
|
||||
margin_right = 89.0
|
||||
margin_bottom = 10.0
|
||||
text = "palettes"
|
||||
|
||||
[node name="Spacer" type="Control" parent="MenuPopup/PanelContainer/VBoxContainer/Palettes"]
|
||||
margin_left = 89.0
|
||||
margin_right = 97.0
|
||||
margin_bottom = 10.0
|
||||
rect_min_size = Vector2( 8, 8 )
|
||||
|
||||
[node name="Totals" type="HBoxContainer" parent="MenuPopup/PanelContainer/VBoxContainer"]
|
||||
margin_top = 28.0
|
||||
margin_right = 71.0
|
||||
margin_right = 122.0
|
||||
margin_bottom = 38.0
|
||||
custom_constants/separation = 0
|
||||
alignment = 1
|
||||
|
||||
[node name="TotalsButton" type="TextureButton" parent="MenuPopup/PanelContainer/VBoxContainer/Totals"]
|
||||
margin_left = 10.0
|
||||
margin_right = 18.0
|
||||
margin_left = 32.0
|
||||
margin_right = 40.0
|
||||
margin_bottom = 10.0
|
||||
rect_min_size = Vector2( 8, 8 )
|
||||
button_mask = 0
|
||||
|
@ -851,20 +864,28 @@ expand = true
|
|||
stretch_mode = 3
|
||||
|
||||
[node name="Label" type="Label" parent="MenuPopup/PanelContainer/VBoxContainer/Totals"]
|
||||
margin_left = 18.0
|
||||
margin_right = 60.0
|
||||
margin_left = 40.0
|
||||
margin_right = 82.0
|
||||
margin_bottom = 10.0
|
||||
text = "totals"
|
||||
|
||||
[node name="Spacer" type="Control" parent="MenuPopup/PanelContainer/VBoxContainer/Totals"]
|
||||
margin_left = 82.0
|
||||
margin_right = 90.0
|
||||
margin_bottom = 10.0
|
||||
rect_min_size = Vector2( 8, 8 )
|
||||
|
||||
[node name="Menu" type="HBoxContainer" parent="MenuPopup/PanelContainer/VBoxContainer"]
|
||||
margin_top = 42.0
|
||||
margin_right = 71.0
|
||||
margin_right = 122.0
|
||||
margin_bottom = 52.0
|
||||
rect_pivot_offset = Vector2( -140, -37 )
|
||||
custom_constants/separation = 0
|
||||
alignment = 1
|
||||
|
||||
[node name="MenuButton" type="TextureButton" parent="MenuPopup/PanelContainer/VBoxContainer/Menu"]
|
||||
margin_right = 8.0
|
||||
margin_left = 21.0
|
||||
margin_right = 29.0
|
||||
margin_bottom = 10.0
|
||||
rect_min_size = Vector2( 8, 8 )
|
||||
button_mask = 0
|
||||
|
@ -873,11 +894,17 @@ expand = true
|
|||
stretch_mode = 3
|
||||
|
||||
[node name="Label" type="Label" parent="MenuPopup/PanelContainer/VBoxContainer/Menu"]
|
||||
margin_left = 8.0
|
||||
margin_right = 71.0
|
||||
margin_left = 29.0
|
||||
margin_right = 92.0
|
||||
margin_bottom = 10.0
|
||||
text = "main menu"
|
||||
|
||||
[node name="Spacer" type="Control" parent="MenuPopup/PanelContainer/VBoxContainer/Menu"]
|
||||
margin_left = 92.0
|
||||
margin_right = 100.0
|
||||
margin_bottom = 10.0
|
||||
rect_min_size = Vector2( 8, 8 )
|
||||
|
||||
[node name="ExitPopup" type="CenterContainer" parent="."]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue