Hey i really love this game and i am wanting to work on soemthing in my coding class like a extension to this game. would it be okay if i get some help i also use godot for my class and i would like to add more songs to my own if it would be okay could you send me a file to the game for godot.
Viewing post in Deltarune: Lightners Live Plus comments
Thanks, glad you like it! The game isn't open source, but you don't actually need to change any of the code to add more maps, you can just use the built in modding support for that. If you're interested in how my game was made, maps are midis, I used this godot addon https://github.com/nlaha/godot-midi , which plays the midis in sync with the music, spawning notes at the right time.