basic inventory system ready
This commit is contained in:
parent
3f22eeaf9d
commit
aee93b8d10
20 changed files with 513 additions and 16 deletions
5
inv_system/item_data.gd
Normal file
5
inv_system/item_data.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Resource
|
||||
class_name ItemData
|
||||
|
||||
@export var item_name : String
|
||||
@export var icon : Texture2D
|
||||
Loading…
Add table
Add a link
Reference in a new issue