diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-22 17:20:06 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-22 17:20:06 -0500 |
| commit | 197752cd55c34797a67be02e684ad276d0eefb99 (patch) | |
| tree | 22427357590296fa6ba2c88f5ce4b0d0190d3051 /index.html | |
| parent | 61ea379940152da18052a02185eb204fc7a9683d (diff) | |
splitting up ui code
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -57,10 +57,17 @@ body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset */ </script> <script src="js/util.js"></script> +<script src="js/color.js"></script> + <script src="js/lex.js"></script> <script src="js/matrix.js"></script> <script src="js/tool.js"></script> <script src="js/shader.js"></script> -<script src="js/color.js"></script> <script src="js/draw.js"></script> + +<script src="js/ui/brush.js"></script> +<script src="js/ui/canvas.js"></script> +<script src="js/ui/controls.js"></script> +<script src="js/ui/palette.js"></script> + <script src="js/app.js"></script> |
