cirnogodot/Resources/Items/Money_Pickup.tres

23 lines
768 B
Text
Raw Normal View History

2026-03-07 16:49:06 +01:00
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://cltxhkrqp055v"]
2025-03-04 10:37:15 +01:00
[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")
2025-03-13 13:29:13 +01:00
ItemName = &"Credits"
ShortName = &""
2025-03-13 13:29:13 +01:00
ItemDescription = &"Can be used to buy things"
ItemKey = &"CREDITS"
Item = 12
2026-03-07 16:49:06 +01:00
Price = 1
2025-03-04 10:37:15 +01:00
Amount = 1
2026-03-07 16:49:06 +01:00
Max = 99999999
2025-03-04 10:37:15 +01:00
ConsumeOnUse = true
UiType = 6
2025-03-04 10:37:15 +01:00
Selectable = true
2025-03-28 15:38:55 +01:00
AutoPickup = true
2025-03-04 10:37:15 +01:00
InventorySprite = ExtResource("1_woor7")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
2025-06-17 17:49:40 +02:00
DropScenePath3D = &"uid://cnot7sft7lpf3"
2025-03-04 10:37:15 +01:00
metadata/_custom_type_script = "uid://epnwjptvks3t"