mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 23:16:19 +02: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}
|
|
});
|