mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added images and texture for gl renderer
This commit is contained in:
parent
b77d209843
commit
071ad6bec5
332 changed files with 754 additions and 790 deletions
|
|
@ -3,7 +3,6 @@ define({
|
|||
STAGE_HEIGHT: 400,
|
||||
|
||||
// BOX2D INITIALATORS
|
||||
RATIO: 35,
|
||||
BOX2D_WORLD_AABB_SIZE: 3000,
|
||||
BOX2D_ALLOW_SLEEP: true,
|
||||
BOX2D_GRAVITY: 16,
|
||||
|
|
@ -16,6 +15,7 @@ define({
|
|||
GRAPHICS_SUBPATH_ITEMS: 'items/',
|
||||
GRAPHICS_SUBPATH_CHARACTERS: 'characters/',
|
||||
|
||||
RATIO: 35,
|
||||
TILE_SIZE: 15,
|
||||
|
||||
// GAME PLAY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue