diff --git a/c55930et90.js b/c55930et90.js index cb13759..2e1bc24 100644 --- a/c55930et90.js +++ b/c55930et90.js @@ -6,12 +6,12 @@ if (!this.initialized) { this.x = window.innerWidth / 2; this.y = window.innerHeight / 2; - - var sensitivity = 0.1; - + this.initialized = true; } +var sensitivity = 0.1; + this.x -= Math.round(touch.left * sensitivity); this.x += Math.round(touch.right * sensitivity); this.y -= Math.round(touch.up * sensitivity);