mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
fix
This commit is contained in:
@@ -22,7 +22,7 @@ var typeX = 62 //62
|
||||
var typeY = 595 //595
|
||||
//Rules/Flavor Text
|
||||
var textFont = "px mplantin"
|
||||
var textFontSpacing = 1.3 //1.3
|
||||
var textFontSpacing = 0.7 //0.7
|
||||
var textX = 66 //66
|
||||
var textY = 656 //656
|
||||
var textWidth = 682 //682
|
||||
|
@@ -21,7 +21,7 @@ var typeY = 598
|
||||
var typeAlign = "center"
|
||||
//Rules/Flavor Text
|
||||
var textFont = "px mplantin"
|
||||
var textFontSpacing = 1.1
|
||||
var textFontSpacing = 0.7
|
||||
var textX = 89
|
||||
var textY = 662
|
||||
var textWidth = 660
|
||||
|
@@ -16,6 +16,7 @@ var imagesToLoad
|
||||
//Set up canvas
|
||||
var canvas = document.getElementById("canvas")
|
||||
var card = canvas.getContext("2d")
|
||||
card.textBaseLine = "alphabetical"
|
||||
|
||||
//Create the canvas for creating the border image
|
||||
var borderCanvas = document.createElement("canvas")
|
||||
|
Reference in New Issue
Block a user