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:
@@ -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!!!
|
||||||
|
Reference in New Issue
Block a user