Compare commits

...

2 Commits

6 changed files with 97502 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"type": "text"
}
],
"name": "All Start",
"name": "All Star",
"artist": "Smash Mouth",
"ppq": 192,
"tempos": [

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,11 @@ inline std::vector<SongCatalogEntry> get_song_catalog()
{"assets/songs/json/where_are_you.json", 5},
{"assets/songs/json/mary.json", 0},
{"assets/songs/json/pallettown.json", 1},
{"assets/songs/json/tetris.json", 1}
{"assets/songs/json/tetris.json", 1},
// {"assets/songs/json/fairy_fountain.json", 1},
// {"assets/songs/json/lost_woods.json", 3},
// {"assets/songs/json/gerudo_valley.json", 0},
{"assets/songs/json/song_of_storms.json", 1}
};
}