mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
- Changed underscore to lodash for smaller file size / faster loading - Removed dat.gui dependency, as we now have a completely custom solution - Started to use some more modern convensions which Qt Supports
8 lines
176 B
JavaScript
8 lines
176 B
JavaScript
|
|
var commsPanel = new OverlayWebWindow({
|
|
title: "Explorer",
|
|
source: Script.resolvePath("particleExplorer.html"),
|
|
width: 460,
|
|
height: 900,
|
|
visible: true
|
|
});
|