FuncIt/Game/source/scenes/OVERLAY/elements/username_text.tscn
2021-11-02 16:22:39 +02:00

24 lines
568 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/ui_element_handlers/username_text.gd" type="Script" id=2]
[node name="username_text" type="Node2D" groups=[
"Net",
]]
z_index = 10
script = ExtResource( 2 )
[node name="Label" type="Label" parent="."]
margin_left = -197.0
margin_top = -125.0
margin_right = 197.0
margin_bottom = -49.0
custom_fonts/font = ExtResource( 1 )
text = "null"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}