mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update main.js
This commit is contained in:
@@ -658,7 +658,7 @@ CanvasRenderingContext2D.prototype.drawManaCost = function(text, symbolsX, symbo
|
|||||||
}
|
}
|
||||||
this.fillStyle = "black"
|
this.fillStyle = "black"
|
||||||
this.beginPath()
|
this.beginPath()
|
||||||
this.arc(currentX + diameter / 2.1, currentY + diameter / 1.8, diameter / 2, 0, 2 * Math.PI, false)
|
this.arc(currentX + diameter / 2.13, currentY + diameter / 1.7, diameter / 2, 0, 2 * Math.PI, false)
|
||||||
this.fill()
|
this.fill()
|
||||||
this.drawImage(manaSymbolImageList[manaSymbolCodeList.indexOf(splitManaCost[i])], currentX, currentY, diameter, diameter)
|
this.drawImage(manaSymbolImageList[manaSymbolCodeList.indexOf(splitManaCost[i])], currentX, currentY, diameter, diameter)
|
||||||
if (direction == "horizontal") {
|
if (direction == "horizontal") {
|
||||||
|
Reference in New Issue
Block a user