mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-05 09:31:16 +00:00
Item HUD management
This commit is contained in:
parent
5110cace07
commit
13c4489017
17 changed files with 215 additions and 44 deletions
18
Resources/Sprites/Ammo_Inventory_Sprite.tres
Normal file
18
Resources/Sprites/Ammo_Inventory_Sprite.tres
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=3 format=3 uid="uid://pmwatoyt2ase"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c5g0qg6u2gm6f" path="res://Sprites/Items/Ammo1.png" id="1_opgo2"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0k673"]
|
||||
atlas = ExtResource("1_opgo2")
|
||||
region = Rect2(0, 0, 16, 16)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_0k673")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue