From eed73b744b0caf41c7f7e1d3bceb6e9daa47b23b Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 6 Nov 2020 03:17:40 -0800 Subject: [PATCH] clarified changelog --- CHANGELOG.md | 2 +- Project.xml | 2 +- source/MainMenuState.hx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6e4c902..f6c3d4013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Can now change difficulties in Freeplay mode ### Changed -- Balanced out Normal mode for the harder songs. Should be much easier all around. +- Balanced out Normal mode for the harder songs(Dadbattle and Spookeez, not South yet). Should be much easier all around. - Put tutorial in it's own 'week', so that if you want to play week 1, you don't have to play the tutorial. ### Fixed diff --git a/Project.xml b/Project.xml index 673afa4ed..5e01c8f0c 100644 --- a/Project.xml +++ b/Project.xml @@ -103,7 +103,7 @@ - + diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx index cdabcbbcb..305508b4f 100644 --- a/source/MainMenuState.hx +++ b/source/MainMenuState.hx @@ -18,7 +18,7 @@ class MainMenuState extends MusicBeatState var menuItems:FlxTypedGroup; - var optionShit:Array = ['story mode', 'freeplay', 'options', 'donate']; + var optionShit:Array = ['story mode', 'freeplay', 'donate']; var magenta:FlxSprite; var camFollow:FlxObject;