RESTORED ORIGINAL addons/escoria-core/game/escoria.gd
This commit is contained in:
@@ -18,8 +18,7 @@ onready var main = $main
|
||||
|
||||
func _init():
|
||||
escoria.inventory_manager = ESCInventoryManager.new()
|
||||
# MODIFIED FOR RETURN TO MONKEY UI
|
||||
escoria.action_manager = ESCActionManagerMonkey.new()
|
||||
escoria.action_manager = ESCActionManager.new()
|
||||
escoria.event_manager = ESCEventManager.new()
|
||||
escoria.globals_manager = ESCGlobalsManager.new()
|
||||
add_child(escoria.event_manager)
|
||||
|
||||
Reference in New Issue
Block a user