mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 03:23:48 +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
|
||||
7
Scenes/HUD/Items/icicle_gun.tscn
Normal file
7
Scenes/HUD/Items/icicle_gun.tscn
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cicthr1v5v4s2"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://duwiasewxvcb5" path="res://Sprites/Items/Icicle_Gun.png" id="1_ebd3h"]
|
||||
|
||||
[node name="IcicleGun" type="TextureRect"]
|
||||
texture = ExtResource("1_ebd3h")
|
||||
stretch_mode = 2
|
||||
11
Scenes/HUD/Items/red_keycard.tscn
Normal file
11
Scenes/HUD/Items/red_keycard.tscn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://xvgx3vda1a5o"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bad6gbl2gity3" path="res://Sprites/Items/RedKeycard_Small.png" id="1_slovd"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_cowsj"]
|
||||
atlas = ExtResource("1_slovd")
|
||||
region = Rect2(0, 0, 16, 16)
|
||||
|
||||
[node name="RedKeycard" type="TextureRect"]
|
||||
texture = SubResource("AtlasTexture_cowsj")
|
||||
stretch_mode = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue