From 04dd0432f0a3d9547cabfab7e123517fbb7950e1 Mon Sep 17 00:00:00 2001 From: Date: Wed, 30 May 2018 13:58:14 -0700 Subject: [PATCH] Almost done with symphony remastered menu. Needs some tweaks but works for the most part. --- .../Content/Graphics/MusicMenu/BackButton.png | Bin 0 -> 256 bytes .../Framework/Menus/MusicManagerMenu.cs | 555 ++++++++++++++++-- .../StardewSymphony.cs | 6 + .../StardewSymphonyRemastered.csproj | 3 + 4 files changed, 508 insertions(+), 56 deletions(-) create mode 100644 GeneralMods/StardewSymphonyRemastered/StardewSymphonyRemastered/Content/Graphics/MusicMenu/BackButton.png diff --git a/GeneralMods/StardewSymphonyRemastered/StardewSymphonyRemastered/Content/Graphics/MusicMenu/BackButton.png b/GeneralMods/StardewSymphonyRemastered/StardewSymphonyRemastered/Content/Graphics/MusicMenu/BackButton.png new file mode 100644 index 0000000000000000000000000000000000000000..17afee329ba5f2b637d7367cca94c1ac5ee139c8 GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucLCF%=h?3y^w370~qEv>0#LT=By}Z;C1rt33 zJtM=93Yk-ZiV8ek978PplV5Zj-;96mroyC^#t;-Q7b4i%(6w@*;+%zY9T!*>Il9>v zT+06Xzw;_X;9irT5`j_=Rw+su2zIe4$gh)H#CWc)J75{3FaLzz&I_gruNys*l}dOW uSVFvJu_-XEQuAe&bD73=X;S$dPKL;%_gAgaoOK^)H-o3EpUXO@geCwH8BeJI literal 0 HcmV?d00001 diff --git a/GeneralMods/StardewSymphonyRemastered/StardewSymphonyRemastered/Framework/Menus/MusicManagerMenu.cs b/GeneralMods/StardewSymphonyRemastered/StardewSymphonyRemastered/Framework/Menus/MusicManagerMenu.cs index 3aa53209..c05bc223 100644 --- a/GeneralMods/StardewSymphonyRemastered/StardewSymphonyRemastered/Framework/Menus/MusicManagerMenu.cs +++ b/GeneralMods/StardewSymphonyRemastered/StardewSymphonyRemastered/Framework/Menus/MusicManagerMenu.cs @@ -14,15 +14,7 @@ using StardustCore.UIUtilities.SpriteFonts.Components; namespace StardewSymphonyRemastered.Framework.Menus { - /* TODO: Make the different menus for the conditional keys - * Normal (season, weather,time, location,date) - * Festival - * Event - * - * Add in update functionality for menu/events/festival selection to be able to go to next page. - * - * - * Need to do menu layout for menu/festival/event music. + /* * Ned to make back buttons. * * //Make all the functionality work. @@ -76,12 +68,16 @@ namespace StardewSymphonyRemastered.Framework.Menus public Button deleteButton; public Button playButton; public Button stopButton; + public Button backButton; public DrawMode drawMode; public int currentAlbumIndex; public int currentSongPageIndex; public int locationPageIndex; + public int festivalPageIndex; + public int eventPageIndex; + public int menuPageIndex; public List