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

@ -84,6 +84,7 @@ var LevelBuilder = Level.extend({
containerElement: this.startCanvasHolder.getCanvasLocation(),
treeString: this.level.startTree,
noKeyboardInput: true,
smallCanvas: true,
noClick: true
});
return this.startCanvasHolder;