From 6bf6a4406a14c3a9156571dd0e077fb6a80a4563 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 20 Nov 2020 04:21:54 -0800 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b8e2b42..007397f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Music playing on the freeplay menu. - UI sounds on freeplay menu - Score now shows mid-song. +- Menu on pause screen! Can resume, and restart song, or go back to main menu. +- New music made for pause menu! ### Changed - Moved all the intro texts to its own txt file instead of being hardcoded, this allows for much easier customization. File is in the data folder, called "introText.txt", follow the format in there and you're probably good to go!