mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
Fix drops on enemies and treasure rooms
This commit is contained in:
parent
2c72f36108
commit
8d71a59d84
25 changed files with 81 additions and 40 deletions
|
|
@ -6,10 +6,12 @@
|
|||
[resource]
|
||||
script = ExtResource("2_swcup")
|
||||
ItemName = &"Credits"
|
||||
ShortName = null
|
||||
ShortName = &""
|
||||
ItemDescription = &"Can be used to buy things"
|
||||
ItemKey = &"CREDITS"
|
||||
Item = 12
|
||||
Tier = 0
|
||||
Price = 0
|
||||
Amount = 1
|
||||
Max = 10
|
||||
PickupIfMaxed = false
|
||||
|
|
@ -18,5 +20,5 @@ UiType = 0
|
|||
Selectable = true
|
||||
AutoPickup = true
|
||||
InventorySprite = ExtResource("1_woor7")
|
||||
DropScenePath = &"res://Scenes/Items/Credits_Pickup.tscn"
|
||||
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue