This commit is contained in:
Joseph DiMaria 2026-01-31 18:56:18 -08:00
parent f38ddcc178
commit dffec71beb
2 changed files with 27098 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -31,7 +31,8 @@ inline std::vector<SongCatalogEntry> get_song_catalog()
{"assets/songs/json/undertale.json", 0},
{"assets/songs/json/super_mario.json", 1},
{"assets/songs/json/guile.json", 1},
{"assets/songs/json/under_the_sea.json", 2}
{"assets/songs/json/under_the_sea.json", 2},
{"assets/songs/json/all_star.json", 0}
};
}