This commit is contained in:
Kyle
2018-11-30 16:07:31 -08:00
parent 4331af9ee0
commit ed70cb2e64
117 changed files with 176 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ randomizeSampleCards(9)
var cardClockInterval
setTimeout(function() {
cardClockInterval = setInterval(cardClock, 1000 / document.getElementById("inputFPS").value)
}, 1000)
}, 200)
//It's easier to generate the mana symbol list via js, so do it here
var symbolList = ""