FuncIt/kristofers/movementSystem0.0.3/scenes/server_display.tscn
2021-10-30 18:22:34 +03:00

33 lines
813 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://font/roboto.tres" type="DynamicFont" id=1]
[ext_resource path="res://code/server/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"
[connection signal="pressed" from="join_button" to="." method="_on_join_button_pressed"]