|
|
@ -41,11 +41,33 @@ margin_top = 0.0 |
|
|
|
margin_right = 399.0 |
|
|
|
margin_bottom = 132.0 |
|
|
|
|
|
|
|
[node name="name_label" parent="menu/VBoxContainer/player_settings/VBoxContainer" index="0"] |
|
|
|
margin_right = 399.0 |
|
|
|
margin_bottom = 27.0 |
|
|
|
|
|
|
|
[node name="name" parent="menu/VBoxContainer/player_settings/VBoxContainer" index="1"] |
|
|
|
margin_top = 31.0 |
|
|
|
margin_right = 399.0 |
|
|
|
margin_bottom = 68.0 |
|
|
|
focus_neighbour_bottom = NodePath("../color") |
|
|
|
|
|
|
|
[node name="color_label" parent="menu/VBoxContainer/player_settings/VBoxContainer" index="2"] |
|
|
|
margin_top = 72.0 |
|
|
|
margin_right = 399.0 |
|
|
|
margin_bottom = 99.0 |
|
|
|
|
|
|
|
[node name="color" parent="menu/VBoxContainer/player_settings/VBoxContainer" index="3"] |
|
|
|
margin_top = 103.0 |
|
|
|
margin_right = 399.0 |
|
|
|
margin_bottom = 136.0 |
|
|
|
focus_neighbour_top = NodePath("../name") |
|
|
|
focus_neighbour_bottom = NodePath("../../../bots") |
|
|
|
|
|
|
|
[node name="bots" type="CheckButton" parent="menu/VBoxContainer"] |
|
|
|
margin_top = 136.0 |
|
|
|
margin_right = 143.0 |
|
|
|
margin_bottom = 176.0 |
|
|
|
focus_neighbour_top = NodePath("../player_settings/GridContainer/color") |
|
|
|
focus_neighbour_top = NodePath("../player_settings/VBoxContainer/color") |
|
|
|
focus_neighbour_bottom = NodePath("../../start") |
|
|
|
size_flags_horizontal = 0 |
|
|
|
pressed = true |
|
|
@ -62,7 +84,7 @@ margin_top = -56.0 |
|
|
|
grow_horizontal = 0 |
|
|
|
rect_pivot_offset = Vector2( 1.89856, 0.845154 ) |
|
|
|
focus_neighbour_left = NodePath("../back") |
|
|
|
focus_neighbour_top = NodePath("../GridContainer/bots") |
|
|
|
focus_neighbour_top = NodePath("../VBoxContainer/bots") |
|
|
|
custom_fonts/font = ExtResource( 4 ) |
|
|
|
text = "START_GAME" |
|
|
|
icon = ExtResource( 5 ) |
|
|
@ -74,7 +96,7 @@ anchor_bottom = 1.0 |
|
|
|
margin_top = -56.0 |
|
|
|
margin_right = 132.0 |
|
|
|
rect_pivot_offset = Vector2( 0.606262, -0.447205 ) |
|
|
|
focus_neighbour_top = NodePath("../GridContainer/bots") |
|
|
|
focus_neighbour_top = NodePath("../VBoxContainer/bots") |
|
|
|
focus_neighbour_right = NodePath("../start") |
|
|
|
custom_fonts/font = ExtResource( 4 ) |
|
|
|
text = "BACK" |
|
|
@ -82,3 +104,5 @@ icon = ExtResource( 6 ) |
|
|
|
flat = true |
|
|
|
[connection signal="pressed" from="menu/start" to="." method="_on_start_pressed"] |
|
|
|
[connection signal="pressed" from="menu/back" to="." method="_on_back_pressed"] |
|
|
|
|
|
|
|
[editable path="menu/VBoxContainer/player_settings"] |