mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 03:33:46 +00:00
Sprites
This commit is contained in:
parent
1c1436a539
commit
2be069eab4
17 changed files with 255 additions and 45 deletions
19
Resources/Items/Heart_Pickup.tres
Normal file
19
Resources/Items/Heart_Pickup.tres
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://dodwpect0ldjf"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_hyh2l"]
|
||||
[ext_resource type="Texture2D" uid="uid://dlkqy5jgchwy" path="res://Sprites/Items/Heart_Pickup.png" id="1_xg75n"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_hyh2l")
|
||||
ItemName = "Extend"
|
||||
ItemDescription = "Gives back 20 Health on use"
|
||||
ItemKey = "Heart"
|
||||
Item = 4
|
||||
Amount = 1
|
||||
Max = 10
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
UiType = 0
|
||||
Selectable = true
|
||||
InventorySprite = ExtResource("1_xg75n")
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
Loading…
Add table
Add a link
Reference in a new issue