mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 05:41:55 -05:00
Update life.js
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user