mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
first try of rendering chuck as a texture
This commit is contained in:
parent
86005c8b16
commit
1f55cdff2d
4 changed files with 38 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue