implemented pixi view, which lead to pretty good performance improvements :)

This commit is contained in:
logsol 2013-12-18 03:01:38 +01:00
parent d5fd9c6609
commit 622975ba7b
4 changed files with 167 additions and 45 deletions

View file

@ -18,7 +18,7 @@ define({
RATIO: 35,
TILE_SIZE: 15, //15
CAMERA_IS_ORTHOGRAPHIC: true,
VIEW_CONTROLLER: 1 ? 'Three' : 'Pixi',
VIEW_CONTROLLER: 0 ? 'Three' : 'Pixi',
// GAME PLAY
WALK_SPEED: 2.5,