Add inventory system

This commit is contained in:
2025-01-05 12:05:55 -06:00
parent 750719ff88
commit e74878eb80
25 changed files with 247 additions and 46 deletions

View File

@@ -0,0 +1,3 @@
class_name Systems extends Node
var ITEM = preload("res://scripts/Systems/ItemSystem.gd").new()