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:
@@ -344,7 +344,7 @@ function startTouch() {
|
|||||||
console.log("touch started")
|
console.log("touch started")
|
||||||
moveTouch()
|
moveTouch()
|
||||||
clicking = true
|
clicking = true
|
||||||
singleClick()
|
singleTap()
|
||||||
}
|
}
|
||||||
function moveTouch() {
|
function moveTouch() {
|
||||||
touchX = [], touchY = []
|
touchX = [], touchY = []
|
||||||
@@ -548,4 +548,4 @@ function heldDown() {
|
|||||||
loop = setTimeout(heldDown, 100)
|
loop = setTimeout(heldDown, 100)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//Updated for realsies!!! like actually
|
//Updated for realsies!!! like actually... *SIGH*
|
||||||
|
Reference in New Issue
Block a user