mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
life
This commit is contained in:
@@ -308,7 +308,6 @@ var touchX = [], touchY = [], clicking = false
|
|||||||
document.getElementById("mainGrid").addEventListener("mousedown", startMouseCoordinates, true)
|
document.getElementById("mainGrid").addEventListener("mousedown", startMouseCoordinates, true)
|
||||||
window.addEventListener("mousemove", updateMouseCoordinates, true)
|
window.addEventListener("mousemove", updateMouseCoordinates, true)
|
||||||
window.addEventListener("mouseup", endMouseCoordinates, true)
|
window.addEventListener("mouseup", endMouseCoordinates, true)
|
||||||
window.addEventListener("mouseup", clearTimers)
|
|
||||||
function startMouseCoordinates() {
|
function startMouseCoordinates() {
|
||||||
clicking = true
|
clicking = true
|
||||||
updatePlayerBoxes()
|
updatePlayerBoxes()
|
||||||
|
@@ -99,7 +99,6 @@
|
|||||||
font-family: belerenbsc;
|
font-family: belerenbsc;
|
||||||
font-size: 24pt;
|
font-size: 24pt;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
touch-action: manipulation;
|
|
||||||
}
|
}
|
||||||
image, div, canvas {
|
image, div, canvas {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
@@ -114,6 +113,7 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: white;
|
color: white;
|
||||||
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
.mainGrid {
|
.mainGrid {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
Reference in New Issue
Block a user