CanvasDraw: Move vectors to assets

This commit is contained in:
LoveEevee
2019-01-29 19:10:56 +03:00
parent 933217d567
commit 4fdd98789e
7 changed files with 101 additions and 66 deletions

View File

@@ -81,6 +81,7 @@ var perf = {
load: 0
}
var strings
var vectors
pageEvents.add(root, ["touchstart", "touchmove", "touchend"], event => {
if(event.cancelable && cancelTouch && event.target.tagName !== "SELECT"){