mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 16:43:48 +00:00
17 lines
584 B
Text
17 lines
584 B
Text
[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
|