mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
dynamic plane card size
This commit is contained in:
@@ -23,10 +23,8 @@ var centerSetSymbol = 1 //1=not centered, 2=centered
|
||||
var artX = 58
|
||||
var artY = 118
|
||||
//card size
|
||||
canvas.width = 749
|
||||
canvas.height = 1044
|
||||
borderCanvas.width = 749
|
||||
borderCanvas.height = 1044
|
||||
cardWidth = 749
|
||||
cardHeight = 1044
|
||||
//Loads the correct border data
|
||||
borderPath = "data/borders/" + document.getElementById("borderSelection").value
|
||||
loadScript(borderPath + "border.js")
|
Reference in New Issue
Block a user