This commit is contained in:
Kyle
2019-08-15 16:49:14 -07:00
parent c2394cc948
commit d5a32f28cd
2 changed files with 1 additions and 2 deletions

View File

@@ -308,7 +308,6 @@ var touchX = [], touchY = [], clicking = false
document.getElementById("mainGrid").addEventListener("mousedown", startMouseCoordinates, true)
window.addEventListener("mousemove", updateMouseCoordinates, true)
window.addEventListener("mouseup", endMouseCoordinates, true)
window.addEventListener("mouseup", clearTimers)
function startMouseCoordinates() {
clicking = true
updatePlayerBoxes()

View File

@@ -99,7 +99,6 @@
font-family: belerenbsc;
font-size: 24pt;
margin: 0px;
touch-action: manipulation;
}
image, div, canvas {
user-select: none;
@@ -114,6 +113,7 @@
body {
background-color: #333;
color: white;
touch-action: manipulation;
}
.mainGrid {
display: grid;