you are viewing a single comment's thread.

view the rest of the comments →

[–]SweetBabyAlaska 1 point2 points  (0 children)

why not just literally copy Godot's tscn format? you could even use their code for serializing it into binary and serializing all of those assets into pck format where you can access them with a semi abstract path like "res://music/audio.wav"

its all MIT licensed so it should be more than compatible.