mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-07 20:51:15 +00:00
Resources Upgrade
This commit is contained in:
parent
1b572e82bf
commit
5a8ccbe51b
5 changed files with 22 additions and 26 deletions
17
Resources/Items/SPAGHETTI_Item.tres
Normal file
17
Resources/Items/SPAGHETTI_Item.tres
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://dsysp3umxyuva"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dlkqy5jgchwy" path="res://Sprites/Items/Heart_Pickup.png" id="1_w3pt3"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_ok4q4"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_ok4q4")
|
||||
ItemName = &"Spaghetti"
|
||||
ShortName = &"Spag"
|
||||
ItemDescription = &"It\'s spaghetti you eat"
|
||||
ItemKey = &"SPAGHETTI"
|
||||
Item = 13
|
||||
Amount = 1
|
||||
Max = 1
|
||||
InventorySprite = ExtResource("1_w3pt3")
|
||||
DropScenePath = null
|
||||
DropScenePath3D = null
|
||||
Loading…
Add table
Add a link
Reference in a new issue