extends Node2D onready var music_player = get_node('/root/MusicPlayer') as MusicPlayer func _ready(): music_player.play('main_title')