I gotta figure out how you did the window, I didn't know you could do that with Godot, and I love the rhythm game
Viewing post in Myths jam comments
Thanks so much, the rhythm game has gotten a lot of love and I'm so happy! Removing the border is actually really easy, it's a combination of this video and calling get_tree().get_root().set_transparent_background(true) in your main script's _ready() method. You will have to add your own drag bar and minimize/exit buttons but that isn't too bad.