summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-22 10:24:05 -0500
committerJules Laplace <jules@okfoc.us>2014-11-22 10:24:05 -0500
commite1cbb0d9034358b5191a4d6da0900b9504950e69 (patch)
tree073ffd49ec6aced9b0df920f2dca00645d9046b3 /index.html
parent9ab497b693d34e10b9db2d7603917d8d1296e350 (diff)
toggle grid
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index de811fc..1c04d1a 100644
--- a/index.html
+++ b/index.html
@@ -24,6 +24,7 @@ body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset
<span id="circle_el" class="tool">circle</span>
<span id="text_el" class="tool">text</span>
<span id="clear_el" class="tool">clear</span>
+ <span id="grid_el" class="tool">grid</span>
brush size: <span id="width_el" class="ed">5</span> x <span id="height_el" class="ed">5</span>
canvas size: <span id="canvas_width_el" class="ed">80</span> x <span id="canvas_height_el" class="ed">24</span>
@@ -51,4 +52,5 @@ body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset
<script src="js/matrix.js"></script>
<script src="js/tool.js"></script>
<script src="js/shader.js"></script>
+<script src="js/draw.js"></script>
<script src="js/app.js"></script>