Update life.js

This commit is contained in:
Kyle
2019-08-15 18:51:05 -07:00
parent 3fc53c3dc4
commit 5cae518215

View File

@@ -338,11 +338,9 @@ function switchToTouchEvents() {
function startTouch() { function startTouch() {
moveTouch() moveTouch()
if (!clicking) { if (!clicking) {
if (event.touches.length > 0) { clicking = true
clicking = true
}
updatePlayerBoxes() updatePlayerBoxes()
} else if (event.touches.length > 0) { } else {
clicking = true clicking = true
} }
} }