summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-12-11 22:03:04 -0500
committerJules Laplace <jules@okfoc.us>2014-12-11 22:03:04 -0500
commitad28a48edc1ec1c9182cc455451c3b68a8c2b4bc (patch)
treed5e0b89c75e1290e1551e16fcca6a4f45da04dd0 /js/app.js
parent2de4442f9aeb6a4fc5d49fab8a15b41d87ff2fe4 (diff)
making a selection and dragging it
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app.js b/js/app.js
index 65c883b..6c234c0 100644
--- a/js/app.js
+++ b/js/app.js
@@ -28,6 +28,7 @@ function build () {
brush.build()
controls.grid.use()
+ controls.select.use()
}
function bind () {
canvas.bind()