mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update CardForge.html
This commit is contained in:
@@ -716,7 +716,7 @@ function rulesText(text, x, y) {
|
|||||||
if (extraSpace == true) {
|
if (extraSpace == true) {
|
||||||
xShift += 2
|
xShift += 2
|
||||||
}
|
}
|
||||||
card.drawImage(manaSymbolImages[manaSymbolCode.indexOf(words[n].substring(words[n].indexOf("<") + 1, words[n].indexOf(">")))], x + xShift + textSize * 0.054, y + textSize * 0.11, textSize * 0.77, textSize * 0.77)
|
card.drawImage(manaSymbolImages[manaSymbolCode.indexOf(words[n].substring(words[n].indexOf("<") + 1, words[n].indexOf(">")))], x + xShift + textSize * 0.054, y + textSize * 0.2, textSize * 0.77, textSize * 0.77)
|
||||||
xShift += textSize * 0.84
|
xShift += textSize * 0.84
|
||||||
words[n] = words[n].slice(words[n].indexOf(">") + 1, words[n].length)
|
words[n] = words[n].slice(words[n].indexOf(">") + 1, words[n].length)
|
||||||
extraSpace = true
|
extraSpace = true
|
||||||
|
Reference in New Issue
Block a user