add chasers
This commit is contained in:
+22
-4
@@ -58,10 +58,28 @@ placeholder_text = "localhost (default)"
|
||||
custom_minimum_size = Vector2(0, 15)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="JoinButton" type="Button" parent="Panel/Center/VerticalMenu"]
|
||||
custom_minimum_size = Vector2(200, 40)
|
||||
[node name="JoinLabel" type="RichTextLabel" parent="Panel/Center/VerticalMenu"]
|
||||
custom_minimum_size = Vector2(0, 25)
|
||||
layout_mode = 2
|
||||
text = "Join"
|
||||
size_flags_vertical = 4
|
||||
bbcode_enabled = true
|
||||
text = "[center]Join as[/center]"
|
||||
scroll_active = false
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/Center/VerticalMenu"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="JoinAsRunnerButton" type="Button" parent="Panel/Center/VerticalMenu/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(150, 40)
|
||||
layout_mode = 2
|
||||
text = "Runner"
|
||||
text_overrun_behavior = 3
|
||||
|
||||
[connection signal="pressed" from="Panel/Center/VerticalMenu/JoinButton" to="." method="_on_join_button_pressed"]
|
||||
[node name="JoinAsChaserButton" type="Button" parent="Panel/Center/VerticalMenu/HBoxContainer"]
|
||||
custom_minimum_size = Vector2(150, 40)
|
||||
layout_mode = 2
|
||||
text = "Chaser"
|
||||
text_overrun_behavior = 3
|
||||
|
||||
[connection signal="pressed" from="Panel/Center/VerticalMenu/HBoxContainer/JoinAsRunnerButton" to="." method="_on_join_as_runner_button_pressed"]
|
||||
[connection signal="pressed" from="Panel/Center/VerticalMenu/HBoxContainer/JoinAsChaserButton" to="." method="_on_join_as_chaser_button_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user