mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 09:23:47 +00:00
Tabbed inventory
This commit is contained in:
parent
c81a92679b
commit
6d7282f5cb
214 changed files with 9329 additions and 186 deletions
|
|
@ -7,9 +7,9 @@
|
|||
|
||||
[resource]
|
||||
script = ExtResource("3_i0e51")
|
||||
ItemName = "Cheat Gun"
|
||||
ItemDescription = "Cheat gun that deals massive damage"
|
||||
ItemKey = "CheatGun"
|
||||
ItemName = &"Cheat Gun"
|
||||
ItemDescription = &"Does massive damage"
|
||||
ItemKey = &"CHEAT_GUN"
|
||||
Item = 9
|
||||
WeaponData = ExtResource("2_0na1t")
|
||||
Amount = 1
|
||||
|
|
@ -20,4 +20,4 @@ UiType = 1
|
|||
Selectable = true
|
||||
InventorySprite = ExtResource("2_0vddk")
|
||||
HudItemScene = ExtResource("1_i6xgq")
|
||||
DropScenePath = null
|
||||
DropScenePath = &"res://Scenes/Items/Cheat_Gun_Pickup.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue