mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
30 lines
690 B
Plaintext
30 lines
690 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://source/fonts/oxygen/Oxygen-Bold.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://source/assets/scripts/ui_element_handlers/username_text.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 36
|
|
use_mipmaps = true
|
|
use_filter = true
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="username_text" type="Node2D" groups=[
|
|
"Net",
|
|
]]
|
|
z_index = 10
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = -200.0
|
|
margin_top = -40.0
|
|
margin_right = 200.0
|
|
margin_bottom = 40.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "null"
|
|
align = 1
|
|
valign = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|