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

beta.r3js.org
-=yb4f310 2017-11-19 19:47:28 +01:00
parent 247390cd9c
commit 1165c17469
1 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,13 @@
var touch = data[Object.keys(data)[0]];
if (data.meta.zoom || data.meta.outward) {
if (data.meta.zoom ) {
console.log('zoom');
}
if (data.meta.outward) {
console.log('outward');
}
if (!this.initialized) {
this.x = window.innerWidth / 2;