mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Chuck.js Now all new with WEB_GL ! haha stupid config typo! arrgh
This commit is contained in:
parent
73d24ed14c
commit
0072f0e6b5
4 changed files with 26 additions and 13 deletions
|
|
@ -17,7 +17,7 @@ define({
|
|||
GRAPHICS_SUBPATH_TILES: 'Tiles/',
|
||||
|
||||
RATIO: 21, //35
|
||||
TILE_SIZE: 65, //15, 25 is original picture
|
||||
TILE_SIZE: 15, //15, 25 is original picture
|
||||
CAMERA_IS_ORTHOGRAPHIC: true,
|
||||
VIEW_CONTROLLER: 0 ? 'Three' : 'Pixi',
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ define({
|
|||
// BROWSER
|
||||
CANVAS_DOM_ID: 'canvasContainer',
|
||||
IS_BROWSER_ENVIRONMENT: typeof window !== 'undefined',
|
||||
USE_WEGBL: true,
|
||||
USE_WEBGL: true,
|
||||
|
||||
// NETWORKING
|
||||
WORLD_UPDATE_BROADCAST_INTERVAL: 70,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue