summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-03-22 11:36:42 -0400
committerJules Laplace <jules@okfoc.us>2016-03-22 11:36:42 -0400
commit6a30feead73dbee2d664b0099efcdc5106096c55 (patch)
tree25685907394a49d2e22637f7e5c649904e09c4dc /js/app.js
parent858587af95cfd02341cee1ec1f63c560f6944145 (diff)
parentb55c277f18a56cb6c6f85df968111f230e828b07 (diff)
Merge branch 'master' of lmno:ascii
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 a96cc35..3531d7c 100644
--- a/js/app.js
+++ b/js/app.js
@@ -9,6 +9,7 @@ var focused
var canvas, tools, palette, controls, brush, mode
var current_tool, current_filetool, current_canvas
+var mouse = { x: 0, y: 0 }
function init () {
build()