[gd_scene load_steps=17 format=2] [ext_resource path="res://player/GUI.gd" type="Script" id=1] [ext_resource path="res://ui/ingame_menu/IngameMenu.tscn" type="PackedScene" id=2] [ext_resource path="res://ui/theme/menu_icon.tres" type="Texture" id=6] [ext_resource path="res://ui/buttons/Buttons.gd" type="Script" id=9] [ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=10] [ext_resource path="res://ui/bags/Bag.tscn" type="PackedScene" id=15] [ext_resource path="res://ui/loot_window/LootWindow.tscn" type="PackedScene" id=19] [ext_resource path="res://ui/windows/CraftingWindow.tscn" type="PackedScene" id=20] [ext_resource path="res://ui/theme/bag_icon.tres" type="Texture" id=24] [ext_resource path="res://ui/theme/locked_icon.tres" type="Texture" id=25] [ext_resource path="res://ui/theme/unlocked_icon.tres" type="Texture" id=26] [ext_resource path="res://ui/theme/crafting_icon.tres" type="Texture" id=27] [ext_resource path="res://ui/player_ui/player_ui.gd" type="Script" id=28] [ext_resource path="res://ui/buttons/ImageButton.tscn" type="PackedScene" id=30] [ext_resource path="res://ui/windows/TrainerWindow.tscn" type="PackedScene" id=31] [ext_resource path="res://ui/windows/VendorWindow.tscn" type="PackedScene" id=32] [node name="GUILayer" type="CanvasLayer"] script = ExtResource( 28 ) gui_base_path = NodePath("GUI") buttons_path = NodePath("GUI/Buttons") windows_path = NodePath("GUI/Windows") loot_window_path = NodePath("GUI/Windows/LootWindow") [node name="GUI" type="Control" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 theme = ExtResource( 10 ) script = ExtResource( 1 ) __meta__ = { "_edit_lock_": true } [node name="Buttons" type="HBoxContainer" parent="GUI"] anchor_top = 1.0 anchor_bottom = 1.0 margin_top = -40.0 margin_right = 342.0 rect_min_size = Vector2( 0, 40 ) mouse_filter = 2 custom_constants/separation = 0 script = ExtResource( 9 ) __meta__ = { "_edit_group_": true, "_edit_use_anchors_": false } image_button = ExtResource( 30 ) lock_button_path = NodePath("LockButton") [node name="BagButton" type="Button" parent="GUI/Buttons"] margin_right = 25.0 margin_bottom = 40.0 rect_min_size = Vector2( 25, 30 ) hint_tooltip = "Inventory" focus_mode = 0 toggle_mode = true enabled_focus_mode = 0 keep_pressed_outside = true [node name="TextureRect2" type="TextureRect" parent="GUI/Buttons/BagButton"] anchor_right = 1.0 anchor_bottom = 1.0 texture = ExtResource( 24 ) expand = true stretch_mode = 6 __meta__ = { "_edit_use_anchors_": false } [node name="CraftingButton" type="Button" parent="GUI/Buttons"] margin_left = 25.0 margin_right = 50.0 margin_bottom = 40.0 rect_min_size = Vector2( 25, 30 ) hint_tooltip = "Inventory" focus_mode = 0 toggle_mode = true enabled_focus_mode = 0 keep_pressed_outside = true [node name="TextureRect5" type="TextureRect" parent="GUI/Buttons/CraftingButton"] anchor_right = 1.0 anchor_bottom = 1.0 texture = ExtResource( 27 ) expand = true stretch_mode = 6 __meta__ = { "_edit_use_anchors_": false } [node name="LockButton" type="Button" parent="GUI/Buttons"] margin_left = 50.0 margin_right = 75.0 margin_bottom = 40.0 rect_min_size = Vector2( 25, 30 ) focus_mode = 0 toggle_mode = true enabled_focus_mode = 0 keep_pressed_outside = true [node name="locked" type="TextureRect" parent="GUI/Buttons/LockButton"] anchor_right = 1.0 anchor_bottom = 1.0 texture = ExtResource( 25 ) expand = true stretch_mode = 6 __meta__ = { "_edit_use_anchors_": false } [node name="unlocked" type="TextureRect" parent="GUI/Buttons/LockButton"] visible = false anchor_right = 1.0 anchor_bottom = 1.0 texture = ExtResource( 26 ) expand = true stretch_mode = 6 __meta__ = { "_edit_use_anchors_": false } [node name="Menu" type="Button" parent="GUI/Buttons"] margin_left = 75.0 margin_right = 100.0 margin_bottom = 40.0 rect_min_size = Vector2( 25, 30 ) focus_mode = 0 enabled_focus_mode = 0 keep_pressed_outside = true [node name="TextureRect3" type="TextureRect" parent="GUI/Buttons/Menu"] anchor_right = 1.0 anchor_bottom = 1.0 texture = ExtResource( 6 ) expand = true stretch_mode = 6 __meta__ = { "_edit_use_anchors_": false } [node name="Windows" type="CanvasLayer" parent="GUI"] layer = 2 [node name="CraftingWindow" parent="GUI/Windows" instance=ExtResource( 20 )] visible = false margin_left = 31.0 margin_top = 23.0 margin_right = -345.0 margin_bottom = -67.0 opener_button_path = NodePath("../../Buttons/CraftingButton") [node name="Inventory" parent="GUI/Windows" instance=ExtResource( 15 )] visible = false margin_left = 56.0 margin_top = 69.0 margin_right = -465.0 margin_bottom = -109.0 opener_button_path = NodePath("../../Buttons/BagButton") inventory_item_container_path = NodePath("../Inventory/VBoxContainer/HBoxContainer3/PanelContainer2/VBoxContainer/ScrollContainer/GridContainer") [node name="LootWindow" parent="GUI/Windows" instance=ExtResource( 19 )] visible = false anchor_right = 0.0 anchor_bottom = 0.0 margin_left = 39.0 margin_top = 85.0 margin_right = 242.0 margin_bottom = 315.0 [node name="TrainerWindow" parent="GUI/Windows" instance=ExtResource( 31 )] visible = false anchor_right = 0.0 anchor_bottom = 0.0 margin_left = 58.7329 margin_top = 50.7239 margin_right = 446.733 margin_bottom = 542.724 [node name="VendorWindow" parent="GUI/Windows" instance=ExtResource( 32 )] visible = false anchor_right = 0.0 anchor_bottom = 0.0 margin_left = 43.4182 margin_top = 69.8467 margin_right = 524.418 margin_bottom = 502.847 [node name="IngameMenu" parent="GUI" instance=ExtResource( 2 )] visible = false [connection signal="toggled" from="GUI/Buttons/BagButton" to="GUI/Windows/Inventory" method="_on_BagButton_toggled"] [connection signal="toggled" from="GUI/Buttons/CraftingButton" to="GUI/Windows/CraftingWindow" method="_on_CraftingButton_toggled"] [connection signal="pressed" from="GUI/Buttons/Menu" to="GUI/IngameMenu" method="show"] [editable path="GUI/IngameMenu"]