chore: storing version and changelog
This commit is contained in:
@@ -9,9 +9,9 @@ var escoria_node: Escoria
|
||||
# Start the main menu
|
||||
func _ready():
|
||||
escoria.logger.info(self, "Escoria starts...")
|
||||
|
||||
|
||||
escoria_node = preload("res://addons/escoria-core/game/escoria.tscn").instance()
|
||||
add_child(escoria_node)
|
||||
|
||||
|
||||
if not escoria.is_direct_room_run:
|
||||
escoria_node.init()
|
||||
|
||||
Reference in New Issue
Block a user