cirnogodot/Resources/Items/Money_Pickup.tres
2025-06-17 17:49:40 +02:00

25 lines
806 B
Text

[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://cltxhkrqp055v"]
[ext_resource type="Texture2D" uid="uid://4x3ouxyxjqjc" path="res://Sprites/Items/Credits_Pickup.png" id="1_woor7"]
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_swcup"]
[resource]
script = ExtResource("2_swcup")
ItemName = &"Credits"
ShortName = &""
ItemDescription = &"Can be used to buy things"
ItemKey = &"CREDITS"
Item = 12
Tier = 0
Price = 0
Amount = 1
Max = 10
PickupIfMaxed = false
ConsumeOnUse = true
UiType = 6
Selectable = true
AutoPickup = true
InventorySprite = ExtResource("1_woor7")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
DropScenePath3D = &"uid://cnot7sft7lpf3"
metadata/_custom_type_script = "uid://epnwjptvks3t"