new work towards M8
This commit is contained in:
parent
5cd0c24223
commit
bb7fd5cb3b
13 changed files with 194 additions and 75 deletions
|
@ -70,5 +70,39 @@ theme_override_font_sizes/font_size = 32
|
|||
disabled = true
|
||||
text = "Start Game"
|
||||
|
||||
[node name="options" type="VBoxContainer" parent="."]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 1
|
||||
anchor_left = 1.0
|
||||
anchor_right = 1.0
|
||||
offset_left = -272.0
|
||||
offset_bottom = 53.0
|
||||
grow_horizontal = 0
|
||||
|
||||
[node name="map_name" type="HBoxContainer" parent="options"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 8
|
||||
size_flags_vertical = 4
|
||||
|
||||
[node name="Label" type="Label" parent="options/map_name"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "Map"
|
||||
|
||||
[node name="OptionButton" type="OptionButton" parent="options/map_name"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
theme_override_font_sizes/font_size = 32
|
||||
disabled = true
|
||||
alignment = 1
|
||||
selected = 0
|
||||
item_count = 2
|
||||
popup/item_0/text = "Mansion"
|
||||
popup/item_1/text = "Placeholder"
|
||||
popup/item_1/id = 1
|
||||
|
||||
[connection signal="pressed" from="player_customization/join" to="." method="_on_join_pressed"]
|
||||
[connection signal="pressed" from="start/start" to="." method="_on_start_pressed"]
|
||||
[connection signal="item_selected" from="options/map_name/OptionButton" to="." method="_on_option_button_item_selected"]
|
||||
|
|
|
@ -60,7 +60,7 @@ grow_vertical = 0
|
|||
[node name="Label" type="Label" parent="ver_string"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "M7 B2"
|
||||
text = "M7"
|
||||
horizontal_alignment = 2
|
||||
|
||||
[connection signal="pressed" from="main_content/join" to="." method="_on_join_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue