jokes inni made it better

This commit is contained in:
ArcaneDisgea 2021-05-26 21:16:51 -04:00
parent ef9a3b9caf
commit 4ad33a0f82
2 changed files with 1 additions and 1 deletions

BIN
chara.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 557 KiB

After

Width:  |  Height:  |  Size: 697 KiB

View file

@ -196,7 +196,7 @@ class CardCreator {
var portrait = await loadImage(data.Character.Portrait);
ctx.drawImage(this.bgImage, 0, 0, 900, 600);
ctx.drawImage(this.bgImage, -10, 0, 900, 600);
ctx.drawImage(portrait, 0, 0, 441, 600);