summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>