2021-11-15 16:25:13 -06:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://lobby.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="VBoxContainer" parent="."]
|
2021-11-17 13:57:45 -06:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2021-11-15 16:25:13 -06:00
|
|
|
margin_right = 669.0
|
|
|
|
margin_bottom = 366.0
|
2021-11-17 13:57:45 -06:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2021-11-15 16:25:13 -06:00
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer"]
|
|
|
|
margin_right = 669.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
autowrap = true
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Button" type="Button" parent="MarginContainer"]
|
|
|
|
margin_top = 18.0
|
|
|
|
margin_right = 669.0
|
|
|
|
margin_bottom = 38.0
|
2021-11-17 13:57:45 -06:00
|
|
|
text = "Leave"
|
|
|
|
|
|
|
|
[node name="peers" type="ItemList" parent="MarginContainer"]
|
|
|
|
margin_top = 42.0
|
|
|
|
margin_right = 669.0
|
|
|
|
margin_bottom = 51.0
|
|
|
|
auto_height = true
|
2021-11-15 16:25:13 -06:00
|
|
|
|
|
|
|
[connection signal="pressed" from="MarginContainer/Button" to="." method="_on_Button_pressed"]
|