mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 18:51:16 +00:00
UI Inventory management
This commit is contained in:
parent
f4f193af7a
commit
c9abac3dc1
20 changed files with 262 additions and 72 deletions
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