mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 09:13:48 +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
|
|
@ -10,6 +10,7 @@ ShortName = &"Power"
|
|||
ItemDescription = &"Necessary for upgrades"
|
||||
ItemKey = &"POWER"
|
||||
Item = 10
|
||||
Tier = 0
|
||||
Price = 1
|
||||
Amount = 1
|
||||
Max = 100
|
||||
|
|
@ -19,4 +20,4 @@ UiType = 2
|
|||
Selectable = false
|
||||
AutoPickup = true
|
||||
InventorySprite = ExtResource("1_cang8")
|
||||
DropScenePath = &"res://Scenes/Items/Power_Pickup.tscn"
|
||||
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue