summaryrefslogtreecommitdiff
path: root/js/ui/brush.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-12-20 22:29:09 -0500
committerJulie Lala <jules@okfoc.us>2014-12-20 22:29:09 -0500
commitf6cd4aac9a8ea96df0c41618c3a83a0c8097acc4 (patch)
tree1937c4d01732247c985c7856104d637ac30ab4a9 /js/ui/brush.js
parent6946255bb23b50e841a6684dc8950797d2a5dce6 (diff)
making more things textareas
Diffstat (limited to 'js/ui/brush.js')
-rw-r--r--js/ui/brush.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/ui/brush.js b/js/ui/brush.js
index 50f6e07..9bc80a5 100644
--- a/js/ui/brush.js
+++ b/js/ui/brush.js
@@ -73,6 +73,10 @@ var brush = (function(){
brush.bg = 1
brush.opacity = 1
+ brush.draw_fg = true
+ brush.draw_bg = true
+ brush.draw_char = true
+
return brush
})() \ No newline at end of file