3
0
Fork 0
mirror of https://thingvellir.net/git/overte synced 2025-03-27 23:52:03 +01:00
overte-thingvellir/scripts/developer/tests/playaPerformanceTest.js
2018-01-13 10:27:43 +13:00

10 lines
191 B
JavaScript

var qml = Script.resolvePath('playaPerformanceTest.qml');
qmlWindow = new OverlayWindow({
title: 'Test Qml',
source: qml,
height: 320,
width: 640,
visible: true
});