make it so that it auto sorts by alphabet when you lanuch the editor

This commit is contained in:
playinful 2024-03-30 15:17:56 -04:00
parent 392c601966
commit ecf1234bfd

View file

@ -106,6 +106,7 @@ namespace HeavenStudio.Editor
foreach (var minigame in EventCaller.instance.minigames.Values)
AddIcon(minigame);
GridGameSelectorRect.GetComponent<GridGameSelector>().Sort("alphabet");
UpdateEditorStatus(true);
#if HEAVENSTUDIO_PROD