mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
fix
This commit is contained in:
@@ -30,7 +30,7 @@ var textX = cardWidth / 2
|
|||||||
var textY = 656 //656
|
var textY = 656 //656
|
||||||
var textWidth = 575 //682
|
var textWidth = 575 //682
|
||||||
if (document.getElementById("inputText").value == "") {
|
if (document.getElementById("inputText").value == "") {
|
||||||
document.getElementById("inputText").value = "<center>"
|
document.getElementById("inputText").value = "{center}"
|
||||||
}
|
}
|
||||||
document.getElementById("textSize").value = 25
|
document.getElementById("textSize").value = 25
|
||||||
italicSize = 2/3
|
italicSize = 2/3
|
||||||
|
@@ -745,7 +745,7 @@ function drawText(text, xCoord, yCoord) {
|
|||||||
} else if (megaSplit[0].toLowerCase() == "line") {
|
} else if (megaSplit[0].toLowerCase() == "line") {
|
||||||
textXShift = 0
|
textXShift = 0
|
||||||
y += lineSpace + textSize + 1
|
y += lineSpace + textSize + 1
|
||||||
} else if (megaSplit[0].toLowerCase() == "lineNoSpace") {
|
} else if (megaSplit[0].toLowerCase() == "linenospace") {
|
||||||
textXShift = 0
|
textXShift = 0
|
||||||
y += textSize + 1
|
y += textSize + 1
|
||||||
} else if (megaSplit[0].toLowerCase() == "bar") {
|
} else if (megaSplit[0].toLowerCase() == "bar") {
|
||||||
|
Reference in New Issue
Block a user