expeditions

This commit is contained in:
Kyle
2019-12-18 17:41:45 -08:00
parent c9c2d19cfd
commit 24cc501b5f
152 changed files with 106 additions and 81 deletions

View File

@@ -126,7 +126,11 @@
<div class="paragraph indent">
Click on one of the following buttons to load the described image frame set:
</div>
<button onclick="loadPlaneswalkerFrames()" class="button">Planeswalker</button>
<button onclick="changeVersionTo('planeswalker')" class="button">Planeswalker</button>
<button onclick="changeVersionTo('expedition')" class="button">Expeditions</button>
<button onclick="changeVersionTo('m15extras')" class="button">M15 Extras</button>
<div class="bar"></div>
<input type="checkbox" class="checkbox" id="inputCheckboxHideFrames" checked onchange="toggleFrameOptionVisibility()">Hide unrelated frames<br>
</div>
</div>
<!-- Card editor tabs end here! -->