diff --git a/0cw20zm4g7.js b/0cw20zm4g7.js new file mode 100644 index 0000000..118c004 --- /dev/null +++ b/0cw20zm4g7.js @@ -0,0 +1,18 @@ +if (!this.entityLoaded) { + return; +} + +if (!this.initialized) { + this.initialized = true; +} + +console.log(data); + +return; + +var mouse = { + x : (data.event.offsetX / data.event.target.clientWidth ) * 2 - 1, + y : -(data.event.offsetY / data.event.target.clientHeight) * 2 + 1 +} + +//@ sourceURL=touchStart.js \ No newline at end of file