mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
vanguard
This commit is contained in:
@@ -656,7 +656,7 @@ function drawText(text, xCoord, yCoord) {
|
||||
//series of if statements to determine an action based off of the given code
|
||||
if (megaSplit[0] == "i") {
|
||||
canvas.style.letterSpacing = textFontSpacing * 1/3 + "px"
|
||||
card.font = textSize + textFont + "i"
|
||||
card.font = textSize * italicSize + textFont + "i"
|
||||
} else if (megaSplit[0] == "/i") {
|
||||
canvas.style.letterSpacing = textFontSpacing + "px"
|
||||
card.font = textSize + textFont
|
||||
|
Reference in New Issue
Block a user