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

beta.r3js.org
-=yb4f310 2017-11-18 14:37:18 +01:00
parent e3ac0e601a
commit 3ade1580a3
1 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,5 @@
var touch = data[Object.keys(data)[0]];
console.log(touch);
if (!this.initialized) {
this.x = window.innerWidth / 2;
@ -33,9 +31,6 @@ if (this.y > window.innerHeight) {
this.y = window.innerHeight;
}
console.log('x : ' + this.x, 'y: ' + this.y);
GameLib.Event.Emit(
GameLib.Event.MOUSE_MOVE,
{