Finished first step of refactor.

This commit is contained in:
juliandescottes
2012-09-05 00:09:42 +02:00
parent a567992a1d
commit 1de9ee41b2
6 changed files with 200 additions and 139 deletions

View File

@@ -76,6 +76,8 @@
<script src="js/model/Frame.js"></script>
<script src="js/model/FrameSheet.js"></script>
<script src="js/controller/DrawingController.js"></script>
<script src="js/controller/PreviewFilmController.js"></script>
<script src="js/controller/AnimatedPreviewController.js"></script>
<script src="js/rendering/FrameRenderer.js"></script>
<script src="js/LocalStorageService.js"></script>
<script src="js/Palette.js"></script>