mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 20:22:40 +02: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
|
|
});
|