MODIFIED escoria.gdgit add . Action manager extended to apply needed changes for monkey UI

This commit is contained in:
2023-03-07 00:29:46 +01:00
parent a19632eb27
commit 50ad55ce14
4 changed files with 373 additions and 2 deletions

View File

@@ -18,7 +18,8 @@ onready var main = $main
func _init():
escoria.inventory_manager = ESCInventoryManager.new()
escoria.action_manager = ESCActionManager.new()
# MODIFIED FOR RETURN TO MONKEY UI
escoria.action_manager = ESCActionManagerMonkey.new()
escoria.event_manager = ESCEventManager.new()
escoria.globals_manager = ESCGlobalsManager.new()
add_child(escoria.event_manager)