From f3e286bbfeaec15264e3dda737b33f9b4709bbe6 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 16 Aug 2019 16:47:32 -0700 Subject: [PATCH] Update life.js --- data/life/life.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/life/life.js b/data/life/life.js index 77ef5b97..8761849d 100644 --- a/data/life/life.js +++ b/data/life/life.js @@ -402,7 +402,7 @@ function singleTap(targetPlayerBox) { function clockCheck(tappedPlayerBox) { if (tappedPlayerBox.touchId != 0.5) { tappedPlayerBox.life += tappedPlayerBox.direction - drawPlayerBox(tappedPlayerBox) + drawPlayerBox(tappedPlayerBox.id) if (tappedPlayerBox.holdTime >= 300) { setTimeout(clockCheck.bind(null, tappedPlayerBox), 10) } else if (tappedPlayerBox.holdTime >= 50) { @@ -564,4 +564,4 @@ function heldDown() { loop = setTimeout(heldDown, 100) } } -//Updated!!! Are we there yet? Ooh! Is this it? +//Updated!!! Are we there yet? Ooh! Is this it? ermagerd?