This commit is contained in:
Kyle
2019-04-12 20:48:39 -07:00
parent e9a850b718
commit 0e5d943140
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
//============================================// //============================================//
// Anything I Like to Change Often :) // // Anything I Like to Change Often :) //
//============================================// //============================================//
randomizeSampleCards(5) randomizeSampleCards(6)
//============================================// //============================================//
// Setup Variables/Canvases // // Setup Variables/Canvases //
@@ -974,6 +974,7 @@ loadScript("data/other/setCodeList.js")
//changeme //changeme
setTimeout(function(){sectionTextFunction()}, 250) setTimeout(function(){sectionTextFunction()}, 250)
setTimeout(function(){sectionTextFunction()}, 500) setTimeout(function(){sectionTextFunction()}, 500)
setTimeout(function(){sectionTextFunction()}, 1000)
//Only for working on frames n' stuff :) //Only for working on frames n' stuff :)
// setTimeout(function(){ // setTimeout(function(){
// document.getElementById("inputCardVersion").value = "planeswalker" // document.getElementById("inputCardVersion").value = "planeswalker"

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 KiB