overte/scripts/system/particle_explorer/tester.js
Menithal 4269fcf69c Lots of Groundwork for UI Building
- 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
2017-05-21 19:42:14 +03:00

8 lines
176 B
JavaScript

var commsPanel = new OverlayWebWindow({
title: "Explorer",
source: Script.resolvePath("particleExplorer.html"),
width: 460,
height: 900,
visible: true
});