I’m glad you liked it! That wasn’t intentional but I’m guess it’s because their tied to 2d nodes on each side of the character. I also loved your game it’s very fun!
Thanks, I'm happy you liked my game too! A-ha! I figured that was the case, probably because you're doing `character.add_child(song_note)` (example code). You could add the notes as siblings, or add as child to a static parent (like your "world" node), or simply set the note's node to `top_level`.