It took me longer than I'd like to admit to figure this game out(I didn't read the instructions at first), but once I did, it was pretty fun, but easy with a touchscreen : )
Also, to fix the music, just put "
func _process(_delta):
if Music.playing == false:
Music.playing = true
"