Reviewed-on: #1 Co-authored-by: Bryce <bryce@brycecovertoperations.com> Co-committed-by: Bryce <bryce@brycecovertoperations.com>
33 lines
858 B
Plaintext
33 lines
858 B
Plaintext
[gd_scene format=3 uid="uid://c7depvvxf5s6l"]
|
|
|
|
[ext_resource type="Script" uid="uid://oegm753jbmam" path="res://inventory/inventory_overlay/InventorySlot.gd" id="1"]
|
|
|
|
[node name="InventorySlot" type="Control" unique_id=2000000001]
|
|
custom_minimum_size = Vector2(64, 64)
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
script = ExtResource("1")
|
|
|
|
[node name="ItemBox" type="ColorRect" parent="." unique_id=2000000002]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.062
|
|
anchor_top = 0.062
|
|
anchor_right = 0.938
|
|
anchor_bottom = 0.938
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 1
|
|
color = Color(1, 0.6, 0.2, 1)
|
|
|
|
[node name="HoverHighlight" type="ColorRect" parent="." unique_id=2000000003]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 1
|
|
color = Color(1, 1, 1, 0.3)
|