simple rarity colors, probably ready to send to maxie as prototype
This commit is contained in:
parent
d5fec421a9
commit
573111f67a
6 changed files with 44 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dgqs20xf7l8c"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dgqs20xf7l8c"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cpd04flfh5nlc" path="res://inv_system/item_slot.gd" id="1_m11ft"]
|
||||
[ext_resource type="StyleBox" uid="uid://hgjmkwj0dbqr" path="res://inv_system/item_panels/default.tres" id="1_mkcpq"]
|
||||
[ext_resource type="Texture2D" uid="uid://b7jp850fqpa0j" path="res://icon.svg" id="3_0tnt0"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_ab1u2"]
|
||||
|
|
@ -9,6 +10,7 @@ outline_color = Color(0, 0, 0, 1)
|
|||
|
||||
[node name="ItemSlot" type="Panel" node_paths=PackedStringArray("icon", "label")]
|
||||
custom_minimum_size = Vector2(64, 64)
|
||||
theme_override_styles/panel = ExtResource("1_mkcpq")
|
||||
script = ExtResource("1_m11ft")
|
||||
icon = NodePath("Icon")
|
||||
label = NodePath("Icon/Label")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue