mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Add Fallout Pipboy frame
This commit is contained in:
@@ -3538,7 +3538,7 @@ function writeText(textObject, targetContext) {
|
||||
}
|
||||
lineContext.drawImage(getManaSymbol(barImageName).image, canvasMargin + (textWidth - barWidth) / 2, canvasMargin + barDistance * textSize, barWidth, barHeight);
|
||||
} else if (possibleCode == 'i') {
|
||||
if (textFont == 'gilllsans') {
|
||||
if (textFont == 'gilllsans' || textFont == 'neosans') {
|
||||
textFontExtension = 'italic';
|
||||
} else if (textFont == 'mplantin') {
|
||||
textFontExtension = 'i';
|
||||
|
Reference in New Issue
Block a user