Milestone 7 Beta 1
Redid the entire serverside and clientside, matchmaking is finally out, bugfixes.
This commit is contained in:
parent
9de67986dd
commit
699320353a
16 changed files with 324 additions and 266 deletions
|
@ -33,14 +33,6 @@ theme_override_font_sizes/font_size = 96
|
|||
text = "FreeFTF"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="create" type="Button" parent="main_content"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 0
|
||||
theme_override_font_sizes/font_size = 32
|
||||
disabled = true
|
||||
text = "Create Lobby"
|
||||
|
||||
[node name="join" type="Button" parent="main_content"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 8
|
||||
|
@ -74,10 +66,9 @@ grow_vertical = 0
|
|||
[node name="Label" type="Label" parent="ver_string"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "M6 B2"
|
||||
text = "M7 B1"
|
||||
horizontal_alignment = 2
|
||||
|
||||
[connection signal="pressed" from="main_content/create" to="." method="_on_create_pressed"]
|
||||
[connection signal="pressed" from="main_content/join" to="." method="_on_join_pressed"]
|
||||
[connection signal="pressed" from="main_content/settings" to="." method="_on_settings_pressed"]
|
||||
[connection signal="pressed" from="main_content/matchmaking" to="." method="_on_matchmaking_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue