seems like you need to offset the include from the script that uses it

This commit is contained in:
Thijs Wenker 2015-01-07 21:34:34 +01:00
parent 4fdcdf095c
commit 6771252eab

View file

@ -13,7 +13,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
Script.include("globals.js");
Script.include("../../libraries/globals.js");
// experimental 3dmode
THREE_D_MODE = false;