Update life.js

This commit is contained in:
Kyle
2019-08-16 14:05:42 -07:00
parent 27fe1b4308
commit eb47b5afdb

View File

@@ -341,12 +341,8 @@ function switchToTouchEvents() {
} }
function startTouch() { function startTouch() {
moveTouch() moveTouch()
if (!clicking) { clicking = true
clicking = true singleClick()
singleClick()
} else {
clicking = true
}
} }
function moveTouch() { function moveTouch() {
touchX = [], touchY = [] touchX = [], touchY = []
@@ -550,4 +546,4 @@ function heldDown() {
loop = setTimeout(heldDown, 100) loop = setTimeout(heldDown, 100)
} }
} }
//Updated for realsies //Updated for realsies!!!