item bundling, viewmodel for icon things
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
[gd_resource type="Resource" script_class="InventoryItem" load_steps=3 format=3 uid="uid://nrpcuqveh7io"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cb6qv3c0iojfl" path="res://icon.svg" id="1_u477x"]
|
||||
[ext_resource type="Texture2D" uid="uid://dw3x3h3f34sy3" path="res://assets/coin_flower.png" id="1_vrj0d"]
|
||||
[ext_resource type="Script" path="res://src/lib/inventory_item.gd" id="3_fe16f"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_fe16f")
|
||||
icon = ExtResource("1_u477x")
|
||||
icon = ExtResource("1_vrj0d")
|
||||
name = "Coin Flower"
|
||||
id = &"coin_flower"
|
||||
stackable = false
|
||||
stack_limit = 8
|
||||
count = 0
|
||||
|
Reference in New Issue
Block a user