forked from team-sg/hero-mark-2
stuff'
This commit is contained in:
parent
9f42a196e9
commit
6a8eab1eb7
5 changed files with 36 additions and 28 deletions
|
@ -99,22 +99,23 @@ custom_constants/separation = 8
|
|||
alignment = 1
|
||||
|
||||
[node name="Beginner" type="VBoxContainer" parent="DifficultySelect/VBoxContainer/HBoxContainer"]
|
||||
margin_left = 41.0
|
||||
margin_right = 76.0
|
||||
margin_left = 3.0
|
||||
margin_right = 59.0
|
||||
margin_bottom = 24.0
|
||||
custom_constants/separation = 2
|
||||
|
||||
[node name="Label" type="Label" parent="DifficultySelect/VBoxContainer/HBoxContainer/Beginner"]
|
||||
margin_right = 35.0
|
||||
margin_right = 56.0
|
||||
margin_bottom = 10.0
|
||||
custom_fonts/font = ExtResource( 7 )
|
||||
text = "Sweet"
|
||||
text = "Beginner"
|
||||
|
||||
[node name="BeginnerButton" type="TextureButton" parent="DifficultySelect/VBoxContainer/HBoxContainer/Beginner"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 17.0
|
||||
material = ExtResource( 5 )
|
||||
margin_left = 28.0
|
||||
margin_top = 12.0
|
||||
margin_right = 17.0
|
||||
margin_right = 28.0
|
||||
margin_bottom = 24.0
|
||||
rect_min_size = Vector2( 0, 12 )
|
||||
focus_neighbour_right = NodePath("../../Advanced/AdvancedButton")
|
||||
|
@ -124,22 +125,23 @@ expand = true
|
|||
stretch_mode = 3
|
||||
|
||||
[node name="Advanced" type="VBoxContainer" parent="DifficultySelect/VBoxContainer/HBoxContainer"]
|
||||
margin_left = 84.0
|
||||
margin_right = 119.0
|
||||
margin_left = 67.0
|
||||
margin_right = 123.0
|
||||
margin_bottom = 24.0
|
||||
custom_constants/separation = 2
|
||||
|
||||
[node name="Label" type="Label" parent="DifficultySelect/VBoxContainer/HBoxContainer/Advanced"]
|
||||
margin_right = 35.0
|
||||
margin_right = 56.0
|
||||
margin_bottom = 10.0
|
||||
custom_fonts/font = ExtResource( 7 )
|
||||
text = "Spicy"
|
||||
text = "Advanced"
|
||||
|
||||
[node name="AdvancedButton" type="TextureButton" parent="DifficultySelect/VBoxContainer/HBoxContainer/Advanced"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 17.0
|
||||
material = ExtResource( 5 )
|
||||
margin_left = 28.0
|
||||
margin_top = 12.0
|
||||
margin_right = 17.0
|
||||
margin_right = 28.0
|
||||
margin_bottom = 24.0
|
||||
rect_min_size = Vector2( 0, 12 )
|
||||
focus_neighbour_left = NodePath("../../Beginner/BeginnerButton")
|
||||
|
@ -150,22 +152,23 @@ expand = true
|
|||
stretch_mode = 3
|
||||
|
||||
[node name="Professional" type="VBoxContainer" parent="DifficultySelect/VBoxContainer/HBoxContainer"]
|
||||
margin_left = 127.0
|
||||
margin_right = 176.0
|
||||
margin_left = 131.0
|
||||
margin_right = 215.0
|
||||
margin_bottom = 24.0
|
||||
custom_constants/separation = 2
|
||||
|
||||
[node name="Label" type="Label" parent="DifficultySelect/VBoxContainer/HBoxContainer/Professional"]
|
||||
margin_right = 49.0
|
||||
margin_right = 84.0
|
||||
margin_bottom = 10.0
|
||||
custom_fonts/font = ExtResource( 7 )
|
||||
text = "Pungent"
|
||||
text = "Professional"
|
||||
|
||||
[node name="ProfessionalButton" type="TextureButton" parent="DifficultySelect/VBoxContainer/HBoxContainer/Professional"]
|
||||
unique_name_in_owner = true
|
||||
margin_left = 24.0
|
||||
material = ExtResource( 5 )
|
||||
margin_left = 42.0
|
||||
margin_top = 12.0
|
||||
margin_right = 24.0
|
||||
margin_right = 42.0
|
||||
margin_bottom = 24.0
|
||||
rect_min_size = Vector2( 0, 12 )
|
||||
focus_neighbour_left = NodePath("../../Advanced/AdvancedButton")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue