summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-22 17:20:06 -0500
committerJules Laplace <jules@okfoc.us>2014-11-22 17:20:06 -0500
commit197752cd55c34797a67be02e684ad276d0eefb99 (patch)
tree22427357590296fa6ba2c88f5ce4b0d0190d3051 /index.html
parent61ea379940152da18052a02185eb204fc7a9683d (diff)
splitting up ui code
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/index.html b/index.html
index bdc8747..f56f77d 100644
--- a/index.html
+++ b/index.html
@@ -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>