Muse Dash: Update songs to 4.2.0. Add a new trap. (#3053)

This commit is contained in:
Justus Lind
2024-04-12 08:44:16 +10:00
committed by GitHub
parent cf59cfaad0
commit 0f2bd0fb85
3 changed files with 16 additions and 7 deletions

View File

@@ -35,13 +35,14 @@ class MuseDashCollections:
"Rush-Hour",
"Find this Month's Featured Playlist",
"PeroPero in the Universe",
"umpopoff"
"umpopoff",
"P E R O P E R O Brother Dance",
]
REMOVED_SONGS = [
"CHAOS Glitch",
"FM 17314 SUGAR RADIO",
"Yume Ou Mono Yo Secret"
"Yume Ou Mono Yo Secret",
]
album_items: Dict[str, AlbumData] = {}
@@ -57,6 +58,7 @@ class MuseDashCollections:
"Chromatic Aberration Trap": STARTING_CODE + 5,
"Background Freeze Trap": STARTING_CODE + 6,
"Gray Scale Trap": STARTING_CODE + 7,
"Focus Line Trap": STARTING_CODE + 10,
}
sfx_trap_items: Dict[str, int] = {