UNDA DA SEA

This commit is contained in:
Joseph DiMaria 2026-01-31 18:53:03 -08:00
parent f9a4c09682
commit f38ddcc178
2 changed files with 64477 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

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