mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
Add sortOrder by AleziaKurdis.
This commit is contained in:
parent
7b225b610a
commit
9a29b5765f
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
||||||
ui = new AppUi({
|
ui = new AppUi({
|
||||||
buttonName: "EXPLORE",
|
buttonName: "EXPLORE",
|
||||||
home: Script.resolvePath("explore.html"),
|
home: Script.resolvePath("explore.html"),
|
||||||
graphicsDirectory: scriptDir
|
graphicsDirectory: scriptDir,
|
||||||
|
sortOrder: 8
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue