summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-12-12 00:05:37 -0500
committerJules Laplace <jules@okfoc.us>2014-12-12 00:05:37 -0500
commita0b65f2e1a81b6fec30b4c1c2b2764c8dbcd64a9 (patch)
treebe95e2ee25e68d4543216007fdb9cf4345ea5d3e /js/app.js
parent4c7134419292002e1ff4c6b6100a7a9ec37ced43 (diff)
flood fill
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index 6c234c0..ab2c1ab 100644
--- a/js/app.js
+++ b/js/app.js
@@ -3,6 +3,7 @@ var dragging = false
var drawing = false
var erasing = false
var selecting = false
+var filling = false
var focused
var canvas, tools, palette, controls, brush, mode, current_tool, current_canvas
@@ -28,7 +29,6 @@ function build () {
brush.build()
controls.grid.use()
- controls.select.use()
}
function bind () {
canvas.bind()