mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Added DrawingLoop.js and plugged basic rendering on each controller
This commit is contained in:
@ -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 () {
|
||||
|
Reference in New Issue
Block a user