forked from unfa/liblast
16 lines
335 B
Text
16 lines
335 B
Text
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://PlayerListItem.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="Player" type="HBoxContainer"]
|
||
|
margin_bottom = 14.0
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Nickname" type="Label" parent="."]
|
||
|
margin_right = 28.0
|
||
|
margin_bottom = 14.0
|
||
|
text = "TEST"
|