mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
36 lines
915 B
Plaintext
36 lines
915 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://source/fonts/roboto/roboto.tres" type="DynamicFont" id=1]
|
|
[ext_resource path="res://source/assets/scripts/server_handlers/server_processors/server_display.gd" type="Script" id=2]
|
|
|
|
[node name="server_display" type="Label"]
|
|
anchor_right = 1.0
|
|
margin_right = -220.0
|
|
margin_bottom = 130.0
|
|
rect_min_size = Vector2( 0, 130 )
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "N/A: 000.000.000"
|
|
align = 1
|
|
valign = 1
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="join_button" type="Button" parent="." groups=[
|
|
"Server_display",
|
|
]]
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = -302.0
|
|
margin_top = 13.0
|
|
margin_bottom = -13.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "Join"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[connection signal="pressed" from="join_button" to="." method="_on_join_button_pressed"]
|