mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
implemented level load, more to do see #1
This commit is contained in:
parent
b02036a019
commit
953159e6bd
12 changed files with 333 additions and 409 deletions
|
|
@ -15,7 +15,7 @@ define({
|
|||
GRAPHICS_SUBPATH_ITEMS: 'Items/',
|
||||
GRAPHICS_SUBPATH_CHARACTERS: 'Characters/',
|
||||
GRAPHICS_SUBPATH_TILES: 'Tiles/',
|
||||
MAPS_PATH: 'static/maps/'
|
||||
MAPS_PATH: 'static/maps/chuck/',
|
||||
|
||||
RATIO: 21, //35
|
||||
TILE_SIZE: 15, //15, 25 is original picture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue