123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- [gd_scene load_steps=5 format=2]
- [ext_resource path="res://blue_panel.png" type="Texture" id=1]
- [ext_resource path="res://Scripts/UI/InventorySlot.gd" type="Script" id=2]
- [ext_resource path="res://Textures/UI/unknown_item.png" type="Texture" id=3]
- [ext_resource path="res://Fonts/hanken/hanken_18.tres" type="DynamicFont" id=4]
- [node name="InventorySlot" type="NinePatchRect"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_right = 54.0
- margin_bottom = 54.0
- rect_min_size = Vector2( 54, 54 )
- rect_pivot_offset = Vector2( 0, 0 )
- rect_clip_content = false
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 1
- texture = ExtResource( 1 )
- patch_margin_left = 16
- patch_margin_top = 16
- patch_margin_right = 16
- patch_margin_bottom = 16
- script = ExtResource( 2 )
- _sections_unfolded = [ "Margin", "Material", "Patch Margin", "Rect", "Size Flags", "Visibility" ]
- sort_name = "0"
- [node name="InventoryImage" type="TextureRect" parent="." index="0"]
- anchor_left = 0.5
- anchor_top = 0.5
- anchor_right = 0.5
- anchor_bottom = 0.5
- margin_left = -19.0
- margin_top = -19.0
- margin_right = 19.0
- margin_bottom = 19.0
- rect_pivot_offset = Vector2( 0, 0 )
- rect_clip_content = false
- mouse_filter = 1
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 1
- texture = ExtResource( 3 )
- expand = true
- stretch_mode = 0
- _sections_unfolded = [ "Anchor", "Margin", "Material", "Rect", "Size Flags" ]
- [node name="CounterLabel" type="Label" parent="." index="1"]
- anchor_left = 0.0
- anchor_top = 1.0
- anchor_right = 0.0
- anchor_bottom = 1.0
- margin_left = 4.0
- margin_top = -19.0
- margin_right = 44.0
- rect_pivot_offset = Vector2( 0, 0 )
- rect_clip_content = false
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 4
- custom_fonts/font = ExtResource( 4 )
- custom_colors/font_color = Color( 1, 1, 1, 1 )
- custom_colors/font_color_shadow = Color( 0, 0, 0, 0.193373 )
- text = "1"
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- _sections_unfolded = [ "Margin", "Material", "Rect", "custom_colors", "custom_fonts" ]
|