From e0da154407ea455364874acb8a923827becabe0a Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 16 Aug 2019 14:43:04 -0700 Subject: [PATCH] Update life.js --- data/life/life.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/life/life.js b/data/life/life.js index b2d994b1..944c4bd8 100644 --- a/data/life/life.js +++ b/data/life/life.js @@ -354,7 +354,8 @@ function moveTouch() { } } function endTouch() { - console.log(event.target.id + " released") + console.log(event.changedTouches) + console.log(event.changedTouches[0]) moveTouch() if (event.touches.length == 0) { clicking = false @@ -548,4 +549,4 @@ function heldDown() { loop = setTimeout(heldDown, 100) } } -//Updated for realsies!!! like actually... *SIGH* will it ever work? +//Updated for realsies!!! like actually... *SIGH* will it ever work? COME ON