extends Manager var scene1: PackedScene = preload("res://entities/test.tscn") # Called when the node enters the scene tree for the first time. func _ready() -> void: register_scene(scene1); start_audio(); set_scene(0);