[gd_scene load_steps=10 format=3 uid="uid://crq284yed2if5"] [ext_resource type="Script" path="res://scripts/Base/base_menu.gd" id="1_3hgu4"] [ext_resource type="Theme" uid="uid://dmb8bcdghdjd" path="res://main_theme.tres" id="1_p1gsn"] [ext_resource type="Texture2D" uid="uid://db4euprxhape0" path="res://sprites/9s.png" id="1_uf5rv"] [ext_resource type="Texture2D" uid="uid://hxrx87gda3uf" path="res://sprites/Bases/Menu/end_communications.png" id="2_ceeiv"] [ext_resource type="Script" path="res://scripts/Base/actions_menu.gd" id="4_3gtyd"] [ext_resource type="Script" path="res://scripts/Base/close_button.gd" id="4_68ool"] [ext_resource type="Script" path="res://scripts/Base/Menu/dialogue.gd" id="4_swpa1"] [ext_resource type="Resource" uid="uid://2ohcxoor22hr" path="res://menus/Base Menu/root_menu.tres" id="6_78in3"] [ext_resource type="Script" path="res://scripts/Base/Menu/buy_sell.gd" id="9_u6g71"] [node name="BaseMenu" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("1_p1gsn") script = ExtResource("1_3hgu4") [node name="MenuBackground" type="NinePatchRect" parent="."] layout_mode = 0 offset_left = 40.0 offset_top = 40.0 offset_right = 1240.0 offset_bottom = 640.0 texture = ExtResource("1_uf5rv") region_rect = Rect2(0, 0, 5, 5) patch_margin_left = 2 patch_margin_top = 2 patch_margin_right = 2 patch_margin_bottom = 2 [node name="Header" type="NinePatchRect" parent="MenuBackground"] layout_mode = 0 offset_left = 2.0 offset_top = 2.0 offset_right = 1198.0 offset_bottom = 76.0 texture = ExtResource("1_uf5rv") region_rect = Rect2(0, 0, 5, 5) patch_margin_left = 2 patch_margin_top = 2 patch_margin_right = 2 patch_margin_bottom = 2 [node name="Portrait" type="NinePatchRect" parent="MenuBackground"] layout_mode = 0 offset_left = 2.0 offset_top = 77.0 offset_right = 324.0 offset_bottom = 598.0 texture = ExtResource("1_uf5rv") region_rect = Rect2(0, 0, 5, 5) patch_margin_left = 2 patch_margin_top = 2 patch_margin_right = 2 patch_margin_bottom = 2 [node name="Dialogue" type="NinePatchRect" parent="MenuBackground"] layout_mode = 0 offset_left = 325.0 offset_top = 77.0 offset_right = 1198.0 offset_bottom = 399.0 texture = ExtResource("1_uf5rv") region_rect = Rect2(0, 0, 5, 5) patch_margin_left = 2 patch_margin_top = 2 patch_margin_right = 2 patch_margin_bottom = 2 script = ExtResource("4_swpa1") [node name="DialogueView" type="RichTextLabel" parent="MenuBackground/Dialogue"] layout_mode = 1 anchors_preset = -1 anchor_left = 0.001 anchor_top = 0.003 anchor_right = 0.999 anchor_bottom = 0.997 offset_left = 0.127 offset_top = 0.034 offset_right = -0.127075 offset_bottom = -0.0340271 grow_horizontal = 2 grow_vertical = 2 size_flags_horizontal = 4 size_flags_vertical = 8 focus_mode = 2 bbcode_enabled = true text = "DIALOGUE_ENTRY_POINT" scroll_following = true selection_enabled = true visible_characters = 0 visible_ratio = 0.0 [node name="Actions" type="NinePatchRect" parent="MenuBackground"] layout_mode = 0 offset_left = 325.0 offset_top = 400.0 offset_right = 1198.0 offset_bottom = 598.0 texture = ExtResource("1_uf5rv") region_rect = Rect2(0, 0, 5, 5) patch_margin_left = 2 patch_margin_top = 2 patch_margin_right = 2 patch_margin_bottom = 2 [node name="ActionsMenu" type="GridContainer" parent="MenuBackground/Actions"] layout_mode = 1 anchors_preset = -1 anchor_left = 0.00114548 anchor_top = 0.00505051 anchor_right = 1.0 anchor_bottom = 0.99495 grow_horizontal = 2 grow_vertical = 2 columns = 2 script = ExtResource("4_3gtyd") menu = ExtResource("6_78in3") metadata/_edit_use_anchors_ = true [node name="Action1" type="Button" parent="MenuBackground/Actions/ActionsMenu"] clip_contents = true custom_minimum_size = Vector2(434, 46) layout_mode = 2 [node name="Action5" type="Button" parent="MenuBackground/Actions/ActionsMenu"] clip_contents = true custom_minimum_size = Vector2(434, 46) layout_mode = 2 [node name="Action2" type="Button" parent="MenuBackground/Actions/ActionsMenu"] clip_contents = true custom_minimum_size = Vector2(434, 46) layout_mode = 2 [node name="Action6" type="Button" parent="MenuBackground/Actions/ActionsMenu"] clip_contents = true custom_minimum_size = Vector2(434, 46) layout_mode = 2 [node name="Action3" type="Button" parent="MenuBackground/Actions/ActionsMenu"] clip_contents = true custom_minimum_size = Vector2(434, 46) layout_mode = 2 [node name="Action7" type="Button" parent="MenuBackground/Actions/ActionsMenu"] clip_contents = true custom_minimum_size = Vector2(434, 46) layout_mode = 2 [node name="Action4" type="Button" parent="MenuBackground/Actions/ActionsMenu"] clip_contents = true custom_minimum_size = Vector2(434, 46) layout_mode = 2 [node name="Action8" type="Button" parent="MenuBackground/Actions/ActionsMenu"] clip_contents = true custom_minimum_size = Vector2(434, 46) layout_mode = 2 [node name="CloseButtonBack" type="NinePatchRect" parent="MenuBackground"] layout_mode = 0 offset_left = 1124.0 offset_top = 2.0 offset_right = 1198.0 offset_bottom = 76.0 texture = ExtResource("1_uf5rv") region_rect = Rect2(0, 0, 5, 5) patch_margin_left = 2 patch_margin_top = 2 patch_margin_right = 2 patch_margin_bottom = 2 [node name="CloseButton" type="Button" parent="MenuBackground/CloseButtonBack"] layout_mode = 0 offset_left = 1.0 offset_top = 1.0 offset_right = 73.0 offset_bottom = 73.0 icon = ExtResource("2_ceeiv") script = ExtResource("4_68ool") [node name="BuySell" type="Node" parent="."] script = ExtResource("9_u6g71") [connection signal="button_up" from="MenuBackground/CloseButtonBack/CloseButton" to="MenuBackground/CloseButtonBack/CloseButton" method="_on_button_up"]