Update: CC - Touch Move (c55930et90.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2017-11-18 14:12:52 +01:00
parent f15d88b821
commit aa0e1bdba8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (!this.initialized) {
this.initialized = true;
}
var sensitivity = 0.1;
var sensitivity = 0.5;
this.x -= Math.round(touch.left * sensitivity);
this.x += Math.round(touch.right * sensitivity);