Adjust positioning of power, charm, and wit text in drawCard function for better alignment

This commit is contained in:
w 2025-07-16 22:40:03 -03:00
parent 18b1eef26e
commit 8ae6d2cb38

View file

@ -110,9 +110,9 @@ function drawCard() {
// Stats
ctx.font = "30px sans-serif";
ctx.fillText(powerInput.value, 230, 823);
ctx.fillText(charmInput.value, 370, 823);
ctx.fillText(witInput.value, 515, 823);
ctx.fillText(powerInput.value, 220, 823);
ctx.fillText(charmInput.value, 373, 823);
ctx.fillText(witInput.value, 512, 823);
// Flavor
ctx.font = "italic 24px serif";