Muse Dash: Add 2023 Anniversary songs and remove a hidden song (#1916)

* Remove CHAOS Glitch. Add test to check for removed songs.

* Add to game list

* Fix oversight with 0 difficulty songs. Fix naming of test.

* Add new songs and update other data.

* Fix accidental copy paste
This commit is contained in:
Justus Lind
2023-06-30 23:10:58 +10:00
committed by GitHub
parent 1d6345d3a2
commit b56da79890
5 changed files with 40 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ class MuseDashWorld(World):
game = "Muse Dash"
option_definitions = musedash_options
topology_present = False
data_version = 6
data_version = 7
web = MuseDashWebWorld()
music_sheet_name: str = "Music Sheet"