FuncIt/Game/source/scenes/GUI/server_handlers/server_display.tscn
2021-11-06 17:44:42 +02:00

49 lines
1.2 KiB
Plaintext

[gd_scene load_steps=6 format=2]
[ext_resource path="res://source/fonts/oxygen/Oxygen-Regular.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://source/assets/scripts/server_handlers/server_processors/server_display.gd" type="Script" id=2]
[ext_resource path="res://source/fonts/oxygen/Oxygen-Bold.ttf" type="DynamicFontData" id=3]
[sub_resource type="DynamicFont" id=1]
size = 36
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
size = 36
use_mipmaps = true
use_filter = true
font_data = ExtResource( 3 )
[node name="server_display" type="Label" groups=[
"Server_display",
]]
anchor_right = 1.0
margin_right = -1520.0
margin_bottom = 130.0
rect_min_size = Vector2( 0, 130 )
custom_fonts/font = SubResource( 1 )
text = "N/A: 000.000.000"
valign = 1
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="join_button" type="Button" parent="."]
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_left = -100.0
margin_top = -26.0
margin_bottom = 26.0
custom_fonts/font = SubResource( 2 )
text = "Join"
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="join_button" to="." method="_on_join_button_pressed"]