mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Tokens
This commit is contained in:
@@ -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 = ""
|
||||
|
Reference in New Issue
Block a user