Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

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

(+1)

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.

(+1)

I wish I had known about this a week and a half ago, my vpet might have ended up living on the desktop instead of the browser page. Thanks for letting me know about this, I've already got a few ideas for some fun stuff to do with it