[gd_scene load_steps=4 format=3 uid="uid://bo3jh7r0wnwgr"] [ext_resource type="Script" uid="uid://cc7mhq778g5c8" path="res://script/pausemenu.gd" id="1_qajsf"] [sub_resource type="Gradient" id="Gradient_qajsf"] colors = PackedColorArray(0, 0, 0, 1, 0, 0, 0, 1) [sub_resource type="GradientTexture2D" id="GradientTexture2D_sp1j3"] gradient = SubResource("Gradient_qajsf") width = 32 height = 32 fill_to = Vector2(1, 1) [node name="Pausemenu" type="Control"] z_index = 4 layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_qajsf") [node name="Menu" type="Panel" parent="."] process_mode = 3 layout_mode = 0 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 focus_mode = 2 [node name="MarginContainer" type="MarginContainer" parent="Menu"] layout_mode = 1 anchors_preset = 13 anchor_left = 0.5 anchor_right = 0.5 anchor_bottom = 1.0 offset_left = -127.0 offset_right = 127.0 grow_horizontal = 2 grow_vertical = 2 theme_override_constants/margin_left = 50 theme_override_constants/margin_top = 50 theme_override_constants/margin_right = 50 theme_override_constants/margin_bottom = 50 [node name="VBoxContainer" type="VBoxContainer" parent="Menu/MarginContainer"] custom_minimum_size = Vector2(500, 0) layout_mode = 2 [node name="HBoxContainer4" type="HBoxContainer" parent="Menu/MarginContainer/VBoxContainer"] layout_mode = 2 [node name="VBoxContainer" type="VBoxContainer" parent="Menu/MarginContainer/VBoxContainer/HBoxContainer4"] custom_minimum_size = Vector2(32, 32) layout_mode = 2 [node name="ProfileSprite" type="Sprite2D" parent="Menu/MarginContainer/VBoxContainer/HBoxContainer4/VBoxContainer"] unique_name_in_owner = true texture = SubResource("GradientTexture2D_sp1j3") centered = false [node name="VBoxContainer2" type="VBoxContainer" parent="Menu/MarginContainer/VBoxContainer/HBoxContainer4"] layout_mode = 2 size_flags_horizontal = 3 [node name="NameEdit" type="LineEdit" parent="Menu/MarginContainer/VBoxContainer/HBoxContainer4/VBoxContainer2"] layout_mode = 2 size_flags_horizontal = 3 size_flags_stretch_ratio = 2.0 placeholder_text = "Username" max_length = 16 editable = false [node name="VBoxContainer3" type="VBoxContainer" parent="Menu/MarginContainer/VBoxContainer/HBoxContainer4"] layout_mode = 2 [node name="Start" type="Button" parent="Menu/MarginContainer/VBoxContainer/HBoxContainer4/VBoxContainer3"] process_mode = 3 layout_mode = 2 disabled = true text = "Start" [node name="Disconnect" type="Button" parent="Menu/MarginContainer/VBoxContainer/HBoxContainer4/VBoxContainer3"] process_mode = 3 visible = false layout_mode = 2 text = "Disconnect" [node name="HBoxContainer" type="HBoxContainer" parent="Menu/MarginContainer/VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 [node name="VBoxContainer2" type="VBoxContainer" parent="Menu/MarginContainer/VBoxContainer/HBoxContainer"] layout_mode = 2 size_flags_horizontal = 3 [node name="CurrentLobbyLabel" type="Label" parent="Menu/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2"] layout_mode = 2 text = "Current Lobby" [node name="LobbyMemberList" type="ItemList" parent="Menu/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2"] layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 same_column_width = true [node name="DebugModeBtn" type="Button" parent="Menu/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2"] layout_mode = 2 text = "Debug Mode: false" [connection signal="pressed" from="Menu/MarginContainer/VBoxContainer/HBoxContainer4/VBoxContainer3/Start" to="." method="_on_start_pressed"] [connection signal="pressed" from="Menu/MarginContainer/VBoxContainer/HBoxContainer4/VBoxContainer3/Disconnect" to="." method="_on_disconnect_pressed"] [connection signal="item_activated" from="Menu/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2/LobbyMemberList" to="." method="_on_lobby_member_list_item_activated"] [connection signal="pressed" from="Menu/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2/DebugModeBtn" to="." method="_on_debug_mode_btn_pressed"]