mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added view modules
This commit is contained in:
parent
0210d482ab
commit
d31304acd2
7 changed files with 149 additions and 1 deletions
2
lib/Chuck/Settings.js
Normal file → Executable file
2
lib/Chuck/Settings.js
Normal file → Executable file
|
|
@ -43,7 +43,7 @@ define(function() {
|
|||
ITEM_RESTITUTION: 0.02,
|
||||
|
||||
// debug draw
|
||||
DEBUG_DRAW_CANVAS_SPRITE: isBrowserEnvironment() ? document.getElementById("canvas").getContext("2d") : undefined,
|
||||
DEBUG_DRAW_CANVAS_SPRITE: null,//isBrowserEnvironment() ? document.getElementById("canvas").getContext("2d") : undefined,
|
||||
IS_BROWSER_ENVIRONMENT: isBrowserEnvironment()
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue