diff --git a/CHANGELOG.md b/CHANGELOG.md index a73c08e02..718e33774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] ### Added -- Different icons depending on which character you are against +- MOMMY GF, 3 NEW ASS SONGS BY KAWAISPRITE, NEW ART BY PHANTOMARCADE,WOOOOOOAH!!!! +- Different icons depending on which character you are against, art by EVILSK8R!! - Autosave to chart editor - Clear section button to note editor - Swap button in note editor +- a new boot text or two +- automatic check for when you're on an old version of the game! ### Changed - Made Spookeez on Normal easier. - Mouse is now visible in note editor diff --git a/Project.xml b/Project.xml index 878edf8c1..e8abec2e7 100644 --- a/Project.xml +++ b/Project.xml @@ -2,7 +2,7 @@ - + diff --git a/assets/images/limo/campaign_menu_UI_assets.png b/assets/images/limo/campaign_menu_UI_assets.png deleted file mode 100644 index 6f5765a2a..000000000 Binary files a/assets/images/limo/campaign_menu_UI_assets.png and /dev/null differ diff --git a/assets/images/limo/campaign_menu_UI_assets.xml b/assets/images/limo/campaign_menu_UI_assets.xml deleted file mode 100644 index 99e60e67c..000000000 --- a/assets/images/limo/campaign_menu_UI_assets.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx index 3bf7ef213..5b1afb628 100644 --- a/source/MainMenuState.hx +++ b/source/MainMenuState.hx @@ -22,7 +22,7 @@ class MainMenuState extends MusicBeatState var menuItems:FlxTypedGroup; #if !switch - var optionShit:Array = ['story mode', 'freeplay', 'options', 'donate']; + var optionShit:Array = ['story mode', 'freeplay', 'donate']; #else var optionShit:Array = ['story mode', 'freeplay']; #end