Compare commits

...

2 Commits

2 changed files with 11715 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,7 @@ inline std::vector<SongCatalogEntry> get_song_catalog()
{"assets/songs/json/pallettown.json", 1},
{"assets/songs/json/tetris.json", 1},
{"assets/songs/json/undertale.json", 0},
{"assets/songs/json/super_mario.json", 1}
};
}