First layer UI. Just functional, UX far from ideal

This commit is contained in:
jdescottes
2013-09-25 00:11:12 +02:00
parent 6528c7724b
commit 80a9fe3396
11 changed files with 233 additions and 21 deletions

View File

@@ -29,6 +29,9 @@
this.previewsController = new pskl.controller.PreviewFilmController(this.piskelController, $('#preview-list'));
this.previewsController.init();
this.layersController = new pskl.controller.LayersController(this.piskelController);
this.layersController.init();
this.settingsController = new pskl.controller.SettingsController(this.piskelController);
this.settingsController.init();