Fix drops on enemies and treasure rooms

This commit is contained in:
Marco 2025-05-01 14:43:30 +02:00
commit 8d71a59d84
25 changed files with 81 additions and 40 deletions

View file

@ -6,10 +6,12 @@
[resource]
script = ExtResource("2_fg25e")
ItemName = &"Green Points"
ShortName = null
ShortName = &""
ItemDescription = &"Used for upgrades"
ItemKey = &"GREEN_POINTS"
Item = 11
Tier = 0
Price = 0
Amount = 1
Max = 100
PickupIfMaxed = false
@ -18,5 +20,5 @@ UiType = 0
Selectable = false
AutoPickup = true
InventorySprite = ExtResource("1_b4fj2")
DropScenePath = &"res://Scenes/Items/Green_Points_Pickup.tscn"
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
metadata/_custom_type_script = "uid://epnwjptvks3t"