first try of rendering chuck as a texture

This commit is contained in:
Jeena 2013-11-30 14:39:02 +01:00
parent 86005c8b16
commit 1f55cdff2d
4 changed files with 38 additions and 11 deletions

View file

@ -43,7 +43,7 @@ define({
CANVAS_DOM_ID: 'canvasContainer',
IS_BROWSER_ENVIRONMENT: typeof window !== 'undefined',
DEBUG_MODE: true,
DEBUG_MODE: false,
// NETWORKING
WORLD_UPDATE_BROADCAST_INTERVAL: 70