Merge pull request #5 from ArcaneDisgea/BG-Adjustment

This commit is contained in:
goaaats 2021-05-27 03:18:00 +02:00 committed by GitHub
commit 5c27f78db5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

BIN
chara.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 466 KiB

After

Width:  |  Height:  |  Size: 697 KiB

View file

@ -237,7 +237,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);