basic inventory system ready

This commit is contained in:
Tabby 2026-01-10 18:05:09 +11:00
parent 3f22eeaf9d
commit aee93b8d10
20 changed files with 513 additions and 16 deletions

5
inv_system/item_data.gd Normal file
View file

@ -0,0 +1,5 @@
extends Resource
class_name ItemData
@export var item_name : String
@export var icon : Texture2D