repo: janusweb action: commit revision: path_from: revision_from: 94d3fd383bb807f95990d186afd609f93a1109f1: path_to: revision_to:
commit 94d3fd383bb807f95990d186afd609f93a1109f1 Author: James BaicoianuDate: Sat Jan 23 21:42:39 2016 -0800 Increased ambient light color, stub for admin system diff --git a/scripts/client.js b/scripts/client.js
--- a/scripts/client.js
+++ b/scripts/client.js
@@ -1,5 +1,8 @@
elation.require(['engine.engine', 'engine.things.light', 'janusweb.janusweb'], function() {
elation.component.add('janusweb.client', function() {
+ this.initEngine = function() {
+ //this.enginecfg.systems.push('admin');
+ }
this.initWorld = function() {
var things = this.world.load({
name: 'janusweb',
@@ -11,7 +14,7 @@ elation.require(['engine.engine', 'engine.things.light', 'janusweb.janusweb'], f
name: 'ambient',
type: 'light_ambient',
properties: {
- color: 0x222222
+ color: 0x444444
}
},
sun: {
-----END OF PAGE-----