mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -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")
|
||||
|
@@ -236,10 +236,10 @@
|
||||
<div>Set Symbol</div>
|
||||
</div>
|
||||
Set Code
|
||||
<input type="text" onchange="loadSetSymbol()" value="m19" id="setSymbolCode" class="input"></input>
|
||||
<input type="text" onchange="loadSetSymbol()" value="hm" id="setSymbolCode" class="input"></input>
|
||||
<br>
|
||||
Set Symbol Rarity
|
||||
<input type="text" onchange="loadSetSymbol()" value="m" id="setSymbolRarity" class="input"></input>
|
||||
<input type="text" onchange="loadSetSymbol()" value="c" id="setSymbolRarity" class="input"></input>
|
||||
<br>
|
||||
Custom Set Symbol
|
||||
<input type="file" class="input" accept="image/*" onchange="loadImage(event, imgSetSymbol, true)" id="inputSetSymbol"></input>
|
||||
|
Reference in New Issue
Block a user