mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
5 lines
179 B
JavaScript
5 lines
179 B
JavaScript
var window = Desktop.createWindow(Script.resolvePath('./lod.qml'), {
|
|
title: "LOD Setup",
|
|
presentationMode: Desktop.PresentationMode.NATIVE,
|
|
size: {x: 350, y: 500}
|
|
});
|