mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
46 lines
1.2 KiB
Plaintext
46 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 = 24
|
|
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_right = 1.0
|
|
margin_left = -100.0
|
|
margin_bottom = 52.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"]
|