Improved export

This commit is contained in:
Devine Lu Linvega
2018-10-11 08:09:00 +12:00
parent d7d22f8061
commit a3d2468df4
7 changed files with 44 additions and 101 deletions

View File

@@ -1,6 +1,6 @@
'use strict'
DOTGRID.Cursor = function() {
DOTGRID.Cursor = function () {
this.pos = { x: 0, y: 0 }
this.translation = null
this.operation = null