201 lines
5.8 KiB
Plaintext
201 lines
5.8 KiB
Plaintext
[gd_scene load_steps=8 format=4]
|
|
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/dwbox.png" id="1"]
|
|
[ext_resource type="Script" path="res://Scripts/UI/StorageMenu.cs" id="2"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/Menu Sprites/HPBar3.tres" id="3"]
|
|
[ext_resource type="FontFile" path="res://Fonts/DTM-Mono.otf" id="4"]
|
|
[ext_resource type="FontFile" path="res://Fonts/dotumche-pixel.ttf" id="5"]
|
|
[ext_resource type="PackedScene" path="res://Objects/UI/ScrollBar.tscn" id="6"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/Menu Sprites/Soul.tres" id="7"]
|
|
|
|
[node name="StorageMenu" type="NinePatchRect" node_paths=PackedStringArray("listStore", "listItem", "spaceItem", "spaceStore", "help", "bars", "soul")]
|
|
offset_left = -141.0
|
|
offset_top = -92.0
|
|
offset_right = 142.0
|
|
offset_bottom = 75.0
|
|
texture = ExtResource("1")
|
|
patch_margin_left = 15
|
|
patch_margin_top = 15
|
|
patch_margin_right = 15
|
|
patch_margin_bottom = 15
|
|
script = ExtResource("2")
|
|
listStore = NodePath("ListLeft")
|
|
listItem = NodePath("ListRight")
|
|
spaceItem = NodePath("SpaceInv")
|
|
spaceStore = NodePath("SpaceStore")
|
|
help = NodePath("Help/Text3")
|
|
bars = [NodePath("ScrollBar2"), NodePath("ScrollBar")]
|
|
soul = NodePath("Soul")
|
|
|
|
[node name="Lines" type="Sprite2D" parent="."]
|
|
position = Vector2(141.5, 83.5)
|
|
scale = Vector2(0.2, 17.2222)
|
|
texture = ExtResource("3")
|
|
|
|
[node name="Sprite2D2" type="Sprite2D" parent="Lines"]
|
|
position = Vector2(-7.72476e-05, -3.43277)
|
|
scale = Vector2(271, 0.00799186)
|
|
texture = ExtResource("3")
|
|
|
|
[node name="Header1" type="RichTextLabel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 13.0
|
|
offset_top = 12.0
|
|
offset_right = 138.0
|
|
offset_bottom = 28.0
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0.243137, 1)
|
|
theme_override_constants/shadow_offset_y = 1
|
|
theme_override_constants/shadow_offset_x = 1
|
|
theme_override_constants/line_separation = 3
|
|
theme_override_fonts/normal_font = ExtResource("4")
|
|
theme_override_font_sizes/normal_font_size = 11
|
|
bbcode_enabled = true
|
|
text = "[center]Storage"
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
|
|
[node name="Header2" type="RichTextLabel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 146.0
|
|
offset_top = 12.0
|
|
offset_right = 271.0
|
|
offset_bottom = 28.0
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0.243137, 1)
|
|
theme_override_constants/shadow_offset_y = 1
|
|
theme_override_constants/shadow_offset_x = 1
|
|
theme_override_constants/line_separation = 3
|
|
theme_override_fonts/normal_font = ExtResource("4")
|
|
theme_override_font_sizes/normal_font_size = 11
|
|
bbcode_enabled = true
|
|
text = "[center]On Hand"
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
|
|
[node name="ListLeft" type="RichTextLabel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 22.0
|
|
offset_top = 37.0
|
|
offset_right = 136.0
|
|
offset_bottom = 167.0
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0.243137, 1)
|
|
theme_override_constants/shadow_offset_y = 1
|
|
theme_override_constants/shadow_offset_x = 1
|
|
theme_override_constants/line_separation = 3
|
|
theme_override_fonts/normal_font = ExtResource("4")
|
|
theme_override_font_sizes/normal_font_size = 11
|
|
bbcode_enabled = true
|
|
text = "item1
|
|
item2
|
|
item3
|
|
item4
|
|
item5
|
|
item6
|
|
item7"
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
|
|
[node name="ListRight" type="RichTextLabel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 158.0
|
|
offset_top = 37.0
|
|
offset_right = 271.0
|
|
offset_bottom = 167.0
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0.243137, 1)
|
|
theme_override_constants/shadow_offset_y = 1
|
|
theme_override_constants/shadow_offset_x = 1
|
|
theme_override_constants/line_separation = 3
|
|
theme_override_fonts/normal_font = ExtResource("4")
|
|
theme_override_font_sizes/normal_font_size = 11
|
|
bbcode_enabled = true
|
|
text = "item1
|
|
item2
|
|
item3
|
|
item4
|
|
item5
|
|
item6
|
|
item7"
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
|
|
[node name="SpaceInv" type="RichTextLabel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 236.0
|
|
offset_top = 146.0
|
|
offset_right = 426.0
|
|
offset_bottom = 247.0
|
|
scale = Vector2(0.675, 1)
|
|
theme_override_fonts/normal_font = ExtResource("5")
|
|
theme_override_font_sizes/normal_font_size = 8
|
|
text = "Space: 99"
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
|
|
[node name="SpaceStore" type="RichTextLabel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 103.0
|
|
offset_top = 146.0
|
|
offset_right = 293.0
|
|
offset_bottom = 247.0
|
|
scale = Vector2(0.675, 1)
|
|
theme_override_fonts/normal_font = ExtResource("5")
|
|
theme_override_font_sizes/normal_font_size = 8
|
|
text = "Space: 99"
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
|
|
[node name="Help" type="NinePatchRect" parent="."]
|
|
show_behind_parent = true
|
|
layout_mode = 0
|
|
offset_left = 7.0
|
|
offset_top = 150.0
|
|
offset_right = 277.0
|
|
offset_bottom = 198.0
|
|
texture = ExtResource("1")
|
|
patch_margin_left = 15
|
|
patch_margin_top = 15
|
|
patch_margin_right = 15
|
|
patch_margin_bottom = 15
|
|
|
|
[node name="Text3" type="RichTextLabel" parent="Help"]
|
|
layout_mode = 0
|
|
offset_left = 13.0
|
|
offset_top = 20.0
|
|
offset_right = 256.0
|
|
offset_bottom = 39.0
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0.243137, 1)
|
|
theme_override_constants/shadow_offset_y = 1
|
|
theme_override_constants/shadow_offset_x = 1
|
|
theme_override_constants/line_separation = 3
|
|
theme_override_fonts/normal_font = ExtResource("4")
|
|
theme_override_font_sizes/normal_font_size = 9
|
|
bbcode_enabled = true
|
|
text = "[center][INTERACT] Move Items [CANCEL] Exit"
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
|
|
[node name="ScrollBar" parent="." instance=ExtResource("6")]
|
|
position = Vector2(133, 69)
|
|
|
|
[node name="ArrowUP" parent="ScrollBar" index="0"]
|
|
position = Vector2(0, -25)
|
|
|
|
[node name="ArrowDOWN" parent="ScrollBar" index="1"]
|
|
position = Vector2(0, 63)
|
|
|
|
[node name="ScrollBar2" parent="." instance=ExtResource("6")]
|
|
position = Vector2(269, 69)
|
|
|
|
[node name="ArrowUP" parent="ScrollBar2" index="0"]
|
|
position = Vector2(0, -25)
|
|
|
|
[node name="ArrowDOWN" parent="ScrollBar2" index="1"]
|
|
position = Vector2(0, 63)
|
|
|
|
[node name="Soul" type="Sprite2D" parent="."]
|
|
self_modulate = Color(1, 1, 0, 1)
|
|
position = Vector2(15, 44)
|
|
texture = ExtResource("7")
|
|
|
|
[editable path="ScrollBar"]
|
|
[editable path="ScrollBar2"]
|