summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-12-11 16:15:06 -0500
committerJules Laplace <jules@okfoc.us>2014-12-11 16:15:06 -0500
commit2de4442f9aeb6a4fc5d49fab8a15b41d87ff2fe4 (patch)
treebe82d6abf894943528e358bf22ab472687835808 /index.html
parent66488f43e9c19e3c286ff93c051af21ce01c5b86 (diff)
starting to write this stuff the fishbone thing is screwing me up
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 935cfa7..b45000f 100644
--- a/index.html
+++ b/index.html
@@ -14,6 +14,8 @@
<span id="square_el" class="tool">square</span><br>
<span id="circle_el" class="tool">circle</span><br>
<span id="text_el" class="tool">text</span><br>
+ <span id="select_el" class="tool">select</span><br>
+ <br>
<span id="clear_el" class="tool">clear</span><br>
<span id="grid_el" class="tool">grid</span><br>
<br>
@@ -76,5 +78,6 @@
<script src="js/ui/keys.js"></script>
<script src="js/ui/controls.js"></script>
<script src="js/ui/palette.js"></script>
+<script src="js/ui/selection.js"></script>
<script src="js/app.js"></script>