added pixi view controller - prepared architecture for multiple view systems - e.g. three, ivank, pixi but havent implemented any new ones yet

This commit is contained in:
logsol 2013-12-16 03:11:24 +01:00
parent f2fb716689
commit 3d1e729650
5 changed files with 10380 additions and 6 deletions

View file

@ -16,8 +16,9 @@ define({
GRAPHICS_SUBPATH_CHARACTERS: 'characters/',
RATIO: 35,
TILE_SIZE: 40, //15
TILE_SIZE: 15, //15
CAMERA_IS_ORTHOGRAPHIC: true,
VIEW_CONTROLLER: 1 ? 'Three' : 'Pixi',
// GAME PLAY
WALK_SPEED: 2.5,