Add inventory system
This commit is contained in:
3
scripts/Systems/Systems.gd
Normal file
3
scripts/Systems/Systems.gd
Normal file
@@ -0,0 +1,3 @@
|
||||
class_name Systems extends Node
|
||||
|
||||
var ITEM = preload("res://scripts/Systems/ItemSystem.gd").new()
|
Reference in New Issue
Block a user