[gd_scene load_steps=6 format=2] [ext_resource path="res://Scenes/Scripts/Lobby.gd" type="Script" id=1] [ext_resource path="res://MLPAssets/Background/menubg.webp" type="Texture" id=2] [ext_resource path="res://UIAssets/Fonts/Catamaran.tres" type="DynamicFont" id=3] [ext_resource path="res://UIAssets/Fonts/Catamaran-Light.ttf" type="DynamicFontData" id=4] [sub_resource type="DynamicFont" id=1] size = 20 use_mipmaps = true use_filter = true font_data = ExtResource( 4 ) [node name="Lobby" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 1 ) [node name="Background" type="TextureRect" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = -1.29236 margin_right = -1.29236 texture = ExtResource( 2 ) expand = true stretch_mode = 7 [node name="RoomScroll" type="ScrollContainer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 30.0 margin_top = 100.0 margin_right = -30.0 margin_bottom = -300.0 scroll_horizontal_enabled = false [node name="RoomList" type="VBoxContainer" parent="RoomScroll"] margin_right = 1220.0 margin_bottom = 400.0 size_flags_horizontal = 3 size_flags_vertical = 3 [node name="NewRoom" type="Button" parent="."] anchor_left = 1.0 anchor_right = 1.0 margin_left = -130.0 margin_top = 60.0 margin_right = -30.0 margin_bottom = 90.0 text = "Create room" [node name="CreateRoomDialog" type="PopupDialog" parent="."] margin_left = 317.0 margin_top = 178.0 margin_right = 983.0 margin_bottom = 587.0 [node name="ChooseNameDialog" type="PopupDialog" parent="."] visible = true anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_right = 400.0 margin_bottom = 200.0 rect_min_size = Vector2( 400, 200 ) popup_exclusive = true [node name="Label" type="Label" parent="ChooseNameDialog"] anchor_right = 1.0 anchor_bottom = 1.0 margin_right = 394.0 margin_bottom = 13.0 rect_scale = Vector2( 0.5, 0.5 ) custom_fonts/font = ExtResource( 3 ) text = "Choose a name" align = 1 valign = 1 [node name="LineEdit" type="LineEdit" parent="ChooseNameDialog"] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 90.825 margin_top = 100.0 margin_right = -90.0 margin_bottom = -60.0 custom_fonts/font = SubResource( 1 ) align = 1 placeholder_text = "Player name" [connection signal="pressed" from="NewRoom" to="." method="_create_room"]