Add sortOrder by AleziaKurdis.

This commit is contained in:
Kasen IO 2020-07-14 14:45:29 -04:00
parent 7b225b610a
commit 9a29b5765f

View file

@ -42,7 +42,8 @@
ui = new AppUi({
buttonName: "EXPLORE",
home: Script.resolvePath("explore.html"),
graphicsDirectory: scriptDir
graphicsDirectory: scriptDir,
sortOrder: 8
});
}