diff --git a/img/manaSymbols/bar.png b/img/manaSymbols/bar.png index f3b4c60c..0b197d6c 100644 Binary files a/img/manaSymbols/bar.png and b/img/manaSymbols/bar.png differ diff --git a/js/creator-23.js b/js/creator-23.js index 3b848ec5..2e87a12e 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -1008,15 +1008,12 @@ function writeText(textObject, targetContext) { } else if (possibleCode == 'lns' || possibleCode == 'linenospace') { newLine = true; } else if (possibleCode == 'bar') { - var barWidth = textWidth * 0.95; - var barHeight = scaleHeight(0.002); + var barWidth = textWidth * 0.96; + var barHeight = scaleHeight(0.03); var barImageName = 'bar'; - var barDistance = 0.45; + var barDistance = 0; realTextAlign = textAlign; textAlign = 'left'; - if (textColor == 'white') { - barImageName = 'whitebar'; - } if (card.version == 'cartoony') { barImageName = 'cflavor'; barWidth = scaleWidth(0.8547);