mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Add files via upload
This commit is contained in:
@@ -520,7 +520,7 @@ function drawBorder() {
|
||||
if(document.getElementById("legendaryCheckbox").checked == true) {
|
||||
card.drawImage(imgBorderEdge, 0, 0, canvas.width, canvas.height)
|
||||
if (document.getElementById("silverBorderCheckbox").checked == true) {
|
||||
drawMask(imgLegendSilver, 0, 0, canvas.width, canvas.height, imgCardMask, imgLegendMultiMask, false)
|
||||
drawMask(imgLegendSilver, 0, 0, canvas.width, canvas.height, imgCardMask, false, false)
|
||||
}
|
||||
} else {
|
||||
card.drawImage(imgBorderEdge, 0, 0, canvas.width, canvas.height)
|
||||
|
Reference in New Issue
Block a user