Implementing HUD & Changing HUD Style

This commit is contained in:
Jasmine
2021-11-23 23:24:48 -06:00
parent d6af0df27c
commit 74bb8d4b0a
40 changed files with 1086 additions and 211 deletions

6
Inventory.tscn Normal file
View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Inventory.gd" type="Script" id=1]
[node name="Inventory" type="Node"]
script = ExtResource( 1 )