mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 15:43:46 +00:00
UI Design
This commit is contained in:
parent
656e95594f
commit
62a77f5f78
13 changed files with 439 additions and 30 deletions
20
Resources/Items/Heart_Extend_Pickup.tres
Normal file
20
Resources/Items/Heart_Extend_Pickup.tres
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://ciybnocjfpshh"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c8fr1ea20odaw" path="res://Sprites/Items/Heart_Extend.png" id="1_00obu"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_1s60f"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_1s60f")
|
||||
ItemName = &"Health Extend"
|
||||
ItemDescription = &"Extends the max health"
|
||||
ItemKey = &"HEALTH_EXTEND"
|
||||
Item = 13
|
||||
Amount = 1
|
||||
Max = 10
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
UiType = 0
|
||||
Selectable = false
|
||||
InventorySprite = ExtResource("1_00obu")
|
||||
DropScenePath = &"res://Scenes/Items/Heart_Extend_Pickup.tscn"
|
||||
metadata/_custom_type_script = "uid://epnwjptvks3t"
|
||||
Loading…
Add table
Add a link
Reference in a new issue