mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
fix
This commit is contained in:
@@ -745,7 +745,7 @@ function drawText(text, xCoord, yCoord) {
|
||||
} else if (megaSplit[0].toLowerCase() == "line") {
|
||||
textXShift = 0
|
||||
y += lineSpace + textSize + 1
|
||||
} else if (megaSplit[0].toLowerCase() == "lineNoSpace") {
|
||||
} else if (megaSplit[0].toLowerCase() == "linenospace") {
|
||||
textXShift = 0
|
||||
y += textSize + 1
|
||||
} else if (megaSplit[0].toLowerCase() == "bar") {
|
||||
|
Reference in New Issue
Block a user