Update: CC - Snake FS - Touch End (0j2wxrtdf2.js) 51 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 19:42:26 +01:00
parent dd6971bf1c
commit 8463433ccc
1 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ if (!this.initialized) {
this.initialized = true;
}
GameLib.Event.Emit(GameLib.Event.MOUSE_UP);
/*
var touch = data;
var max = Math.max(touch.left, touch.right, touch.up, touch.down);
@ -48,5 +51,5 @@ if (typeof max === 'number') {
}
}
*/
//@ sourceURL=touchEnd.js