Update version.js

This commit is contained in:
Kyle
2020-11-10 07:51:46 -08:00
parent 50f961be80
commit a7212c6bb3

View File

@@ -42,7 +42,7 @@ loadFramePackOptions([['disabled', 'Standard'], ['regular', 'Regular'], ['disabl
function bottomInfoM15() {
bottomInfoContext.clearRect(0, 0, cardWidth, cardHeight)
var ptBoxShift = 0
if (currentVersion == 'm15/commanderLegends') {
if (currentVersion == 'm15/commanderLegends' || currentVersion == 'm15/m21') {
ptBoxShift = 36/2100
} else {
for (var i = 0; i < cardTextList.length; i++) {