Big view refresh update. No more weird algorithm and instead use small canvas option

This commit is contained in:
Peter Cottle 2013-05-25 13:29:00 -07:00
parent 117d6d954f
commit 3674415ce9
7 changed files with 17 additions and 87 deletions

View file

@ -176,6 +176,7 @@ var Level = Sandbox.extend({
containerElement: this.goalCanvasHolder.getCanvasLocation(),
treeString: this.level.goalTreeString,
noKeyboardInput: true,
smallCanvas: true,
noClick: true
});
return this.goalCanvasHolder;