mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
Power Pickup
This commit is contained in:
parent
e6c880e918
commit
5e4c82c9e7
9 changed files with 166 additions and 1 deletions
16
Resources/Items/Power_Pickup.tres
Normal file
16
Resources/Items/Power_Pickup.tres
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://clr1gln7nxa1o"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bjdsi4x8m42ky" path="res://Sprites/Items/Power_Pickup.png" id="1_cang8"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/LootItem.cs" id="1_vw5ht"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_vw5ht")
|
||||
ItemName = "Power Pickup"
|
||||
ItemKey = "PowerPickup"
|
||||
Item = 4
|
||||
Amount = 1
|
||||
Max = 10
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
UiType = 2
|
||||
InventorySprite = ExtResource("1_cang8")
|
||||
Loading…
Add table
Add a link
Reference in a new issue