mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
Update life.js
This commit is contained in:
@@ -338,11 +338,9 @@ function switchToTouchEvents() {
|
||||
function startTouch() {
|
||||
moveTouch()
|
||||
if (!clicking) {
|
||||
if (event.touches.length > 0) {
|
||||
clicking = true
|
||||
}
|
||||
clicking = true
|
||||
updatePlayerBoxes()
|
||||
} else if (event.touches.length > 0) {
|
||||
} else {
|
||||
clicking = true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user