Add Fallout Pipboy frame

This commit is contained in:
Josh birnholz
2024-03-10 20:59:05 -04:00
parent 28af8e2466
commit 1c7d40a3d0
47 changed files with 73 additions and 1 deletions

View File

@@ -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';