mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
first stab at background audio
This commit is contained in:
parent
1a71fa38f9
commit
1bdc798540
4 changed files with 46 additions and 2 deletions
|
|
@ -21,6 +21,7 @@ define(function() {
|
|||
GRAPHICS_SUBPATH_CHARACTERS: 'Characters/',
|
||||
GRAPHICS_SUBPATH_TILES: 'Tiles/',
|
||||
MAPS_PATH: 'static/maps/tiled/',
|
||||
AUDIO_PATH: 'static/sounds/',
|
||||
|
||||
RATIO: 21, //35
|
||||
// original tile size is 25 but we want it to resize to 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue