Added DrawingLoop.js and plugged basic rendering on each controller

This commit is contained in:
juliandescottes
2012-09-09 00:40:05 +02:00
12 changed files with 449 additions and 207 deletions

View File

@ -16,10 +16,7 @@
ns.AnimatedPreviewController.prototype.init = function () {
this.initDom();
this.renderer.init(this.framesheet.getFrameByIndex(this.animIndex));
this.startAnimationTimer();
};
ns.AnimatedPreviewController.prototype.initDom = function () {