[gd_scene load_steps=3 format=2] [ext_resource path="res://lobby.gd" type="Script" id=1] [ext_resource path="res://iosevkalyte.tres" type="DynamicFont" id=2] [node name="Node2D" type="Node2D"] script = ExtResource( 1 ) [node name="text" type="TextEdit" parent="."] margin_left = 208.0 margin_top = 162.0 margin_right = 739.0 margin_bottom = 453.0 custom_fonts/font = ExtResource( 2 ) text = "information goes in here" readonly = true highlight_current_line = true syntax_highlighting = true show_line_numbers = true draw_tabs = true draw_spaces = true smooth_scrolling = true wrap_enabled = true __meta__ = { "_edit_use_anchors_": false } [node name="shifter" type="Label" parent="."] margin_left = 678.0 margin_top = 10.0 margin_right = 718.0 margin_bottom = 26.0 text = "ping" autowrap = true __meta__ = { "_edit_use_anchors_": false } [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="leave_button" type="Button" parent="MarginContainer"] margin_top = 18.0 margin_right = 669.0 margin_bottom = 38.0 text = "Leave" __meta__ = { "_edit_use_anchors_": false } [node name="Button" type="Button" parent="MarginContainer"] margin_top = 42.0 margin_right = 669.0 margin_bottom = 62.0 text = "Shift" [node name="peers" type="ItemList" parent="MarginContainer"] margin_top = 66.0 margin_right = 669.0 margin_bottom = 75.0 auto_height = true [connection signal="pressed" from="MarginContainer/leave_button" to="." method="_on_leave_button_pressed"] [connection signal="pressed" from="MarginContainer/Button" to="." method="_on_Button_pressed"]