mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-05 08:51:17 +00:00
Resources Upgrade
This commit is contained in:
parent
1b572e82bf
commit
5a8ccbe51b
5 changed files with 22 additions and 26 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://dy53gia1tmkah"]
|
||||
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://dy53gia1tmkah"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d2vmocquikjia" path="res://Sprites/Items/Point_Pickup.png" id="1_nsfmo"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_rxsju"]
|
||||
|
|
@ -7,17 +7,13 @@
|
|||
script = ExtResource("2_rxsju")
|
||||
ItemName = &"Points"
|
||||
ShortName = &""
|
||||
ItemDescription = &"Necessari for upgrades"
|
||||
ItemDescription = &"Necessary for upgrades"
|
||||
ItemKey = &"POINTS"
|
||||
Item = 11
|
||||
Tier = 0
|
||||
Price = 0
|
||||
Amount = 1
|
||||
Max = 100
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
UiType = 6
|
||||
Selectable = false
|
||||
AutoPickup = true
|
||||
InventorySprite = ExtResource("1_nsfmo")
|
||||
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue