mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 10:13:47 +00:00
UI Inventory management
This commit is contained in:
parent
f4f193af7a
commit
c9abac3dc1
20 changed files with 262 additions and 72 deletions
7
Scenes/HUD/Items/ammo.tscn
Normal file
7
Scenes/HUD/Items/ammo.tscn
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cjv4yahpb0h2l"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c5g0qg6u2gm6f" path="res://Sprites/Items/Ammo1.png" id="1_at3u7"]
|
||||
|
||||
[node name="Ammo" type="TextureRect"]
|
||||
texture = ExtResource("1_at3u7")
|
||||
stretch_mode = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue