mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
Update life.js
This commit is contained in:
@@ -239,13 +239,13 @@ function updatePlayerBoxes() {
|
||||
}
|
||||
}
|
||||
playerList[n - 1].life += lifeAdjust
|
||||
// alert("I clicked on " + n + "!")
|
||||
// console.log(lifeAdjust)
|
||||
// alert("Their life total is now " + playerList[n - 1].life)
|
||||
drawPlayerBox(n)
|
||||
} else {
|
||||
playerList[n - 1].firection = "none"
|
||||
playerList[n - 1].holdTime = 0
|
||||
}
|
||||
} //else {
|
||||
// playerList[n - 1].firection = "none"
|
||||
// playerList[n - 1].holdTime = 0
|
||||
// }
|
||||
}
|
||||
// if (i == touchX.length - 1) {
|
||||
// //At the end, start the loop!
|
||||
|
Reference in New Issue
Block a user