added view modules

This commit is contained in:
logsol 2012-07-12 23:52:10 +02:00
parent 0210d482ab
commit d31304acd2
7 changed files with 149 additions and 1 deletions

2
lib/Chuck/Settings.js Normal file → Executable file
View 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()
};