mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
24 lines
516 B
Plaintext
24 lines
516 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/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
|
|
}
|