mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update version.js
This commit is contained in:
@@ -42,7 +42,7 @@ loadFramePackOptions([['disabled', 'Standard'], ['regular', 'Regular'], ['disabl
|
|||||||
function bottomInfoM15() {
|
function bottomInfoM15() {
|
||||||
bottomInfoContext.clearRect(0, 0, cardWidth, cardHeight)
|
bottomInfoContext.clearRect(0, 0, cardWidth, cardHeight)
|
||||||
var ptBoxShift = 0
|
var ptBoxShift = 0
|
||||||
if (currentVersion == 'm15/commanderLegends') {
|
if (currentVersion == 'm15/commanderLegends' || currentVersion == 'm15/m21') {
|
||||||
ptBoxShift = 36/2100
|
ptBoxShift = 36/2100
|
||||||
} else {
|
} else {
|
||||||
for (var i = 0; i < cardTextList.length; i++) {
|
for (var i = 0; i < cardTextList.length; i++) {
|
||||||
|
Reference in New Issue
Block a user