make it so that it auto sorts by alphabet when you lanuch the editor
This commit is contained in:
parent
392c601966
commit
ecf1234bfd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue