mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 07:22:31 +02:00
Add sortOrder by AleziaKurdis.
Co-Authored-By: Alezia Kurdis <AleziaKurdis@users.noreply.github.com>
This commit is contained in:
parent
7b225b610a
commit
69a18ccd1b
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
|||
ui = new AppUi({
|
||||
buttonName: "EXPLORE",
|
||||
home: Script.resolvePath("explore.html"),
|
||||
graphicsDirectory: scriptDir
|
||||
graphicsDirectory: scriptDir,
|
||||
sortOrder: 8
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue