added next version of stones map

This commit is contained in:
logsol 2014-02-07 02:20:30 +01:00
parent cc8aedd3ba
commit c9c5b507e0
2 changed files with 1245 additions and 2 deletions

View file

@ -16,10 +16,10 @@ define({
GRAPHICS_SUBPATH_CHARACTERS: 'Characters/',
GRAPHICS_SUBPATH_TILES: 'Tiles/',
MAPS_PATH: 'static/maps/tiled/',
DEFAULT_LEVELS: ['stones'],
DEFAULT_LEVELS: ['stones2'],
RATIO: 21, //35
TILE_SIZE: 25, //15, 25 is original picture
TILE_SIZE: 20, //15, 25 is original picture
CAMERA_IS_ORTHOGRAPHIC: true,
VIEW_CONTROLLER: 0 ? 'Three' : 'Pixi',

File diff suppressed because one or more lines are too long