32 lines
758 B
Plaintext
32 lines
758 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scripts/objects/peer.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/img/check.png" type="Texture" id=2]
|
|
|
|
[node name="Control" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
margin_right = 24.0
|
|
margin_bottom = 600.0
|
|
rect_min_size = Vector2( 24, 24 )
|
|
size_flags_vertical = 11
|
|
texture = ExtResource( 2 )
|
|
expand = true
|
|
stretch_mode = 6
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 28.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 11
|
|
text = "Lobby Name"
|
|
valign = 1
|