the autoload setup is default, haven't touched anything besides the confirm. shows up as globals as name, res://globals/globals.gd as path and enable is checked under singleton
im trying to access it with this inside the globals script. the music node is under the globals node. the globals node is a control node and the music node is an audiostreamplayer2d
var song
song = load("res://assets/213.wav")
$music.set_stream(song)
$music.play()