This commit is contained in:
Kyle
2019-08-11 17:19:55 -07:00
parent b0fedf6113
commit 9aa9a69f2c
2 changed files with 7 additions and 4 deletions

View File

@@ -286,4 +286,7 @@ function inputCardArtName(cardArtNameInput) {
}
function inputCardArtNameNumber(cardArtNameNumberInput) {
playerList[parseInt(document.getElementById('inputPlayer').value) - 1].canvas.customVarImage.src = cardArtUrlList[cardArtNameNumberInput - 1]
}
}
document.getElementById("gridShell").addEventListener("touchmove", function(event) {
event.preventDefault()
})