Editor Sorting Fixes & Upgrades (#808)

* ready to pr i think

Fixed Alphabetical Sorting.
Fixed Chronological Sorting by adding a sorting value to every minigame.
Added Sort By Usage.

* i accidentally removed a bunch of work from yall oops this should fix that i think
This commit is contained in:
playinful
2024-03-28 22:35:07 -04:00
committed by GitHub
parent 60cf2c146d
commit 65a243fa68
78 changed files with 607 additions and 145 deletions

View File

@ -101,7 +101,8 @@ namespace HeavenStudio.Games.Loaders
},
new List<string>() { "mob", "normal" },
"mobtrick", "en",
new List<string>() { }
new List<string>() { },
chronologicalSortKey: 20170124 // source: this sketchy site https://rhythm-heaven-fever.appstor.io/ it was the only mention of it online that had a date attached
);
}
}