matrix-engine
Version:
DISABLE RAYCAST DEBUG TEST [2.3.3] Fix for GUI win desktop [2.3.0] DestrucMesh solution & loading convex objs for physics BASIC, SpriteAnimation CPU/texture solution added, Improved notify box UI. Test netPos Offset ; dispatchEvent(new CustomEvent(net-rea
17 lines (13 loc) • 319 B
JavaScript
let tools = require('visual-js-server');
let config = {
VERSION : "3.0.0",
PATH_OF_NODE_APP : "<PATH_OF_NODE_APP>",
PATH_OF_WWW : "<PATH_OF_WWW>",
EDITOR_PORT : "1013",
DESTROY_SESSION_AFTER_X_mSECUNDS : 20000,
SELF_HOST: {
protocol: 'http',
port: 80
}
};
tools.editor(config);