[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="."] anchor_right = 1.0 anchor_bottom = 1.0 margin_right = 669.0 margin_bottom = 366.0 __meta__ = { "_edit_use_anchors_": false } [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 text = "Leave" [node name="peers" type="ItemList" parent="MarginContainer"] margin_top = 42.0 margin_right = 669.0 margin_bottom = 51.0 auto_height = true [connection signal="pressed" from="MarginContainer/Button" to="." method="_on_Button_pressed"]