Card Creator #51
1 changed files with 3 additions and 3 deletions
|
@ -110,9 +110,9 @@ function drawCard() {
|
||||||
|
|
||||||
// Stats
|
// Stats
|
||||||
ctx.font = "30px sans-serif";
|
ctx.font = "30px sans-serif";
|
||||||
ctx.fillText(powerInput.value, 230, 823);
|
ctx.fillText(powerInput.value, 220, 823);
|
||||||
ctx.fillText(charmInput.value, 370, 823);
|
ctx.fillText(charmInput.value, 373, 823);
|
||||||
ctx.fillText(witInput.value, 515, 823);
|
ctx.fillText(witInput.value, 512, 823);
|
||||||
|
|
||||||
// Flavor
|
// Flavor
|
||||||
ctx.font = "italic 24px serif";
|
ctx.font = "italic 24px serif";
|
||||||
|
|
Loading…
Add table
Reference in a new issue