mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 12:07:37 +02:00
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:
@ -94,7 +94,8 @@ namespace HeavenStudio.Games.Loaders
|
||||
defaultLength = 0.5f,
|
||||
},
|
||||
},
|
||||
new List<string>() { "agb", "normal" }, "agbCalligraphy", "en", new List<string>() { }
|
||||
new List<string>() { "agb", "normal" }, "agbCalligraphy", "en", new List<string>() { },
|
||||
chronologicalSortKey: 21
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user