This commit is contained in:
goat 2021-05-26 23:17:18 +02:00
commit dd4d66dad4
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 2 additions and 2 deletions

BIN
chara.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 421 KiB

After

Width:  |  Height:  |  Size: 466 KiB

View file

@ -98,7 +98,7 @@ class CardCreator {
}
async init() {
this.bgImage = await loadImage(absolute("./chara_n.png"));
this.bgImage = await loadImage(absolute("./chara.png"));
this.imgMinion = await loadImage(absolute("./minion.png"));
this.imgMount = await loadImage(absolute("./mount.png"));
@ -203,7 +203,7 @@ class CardCreator {
var portrait = await loadImage(data.Character.Portrait);
ctx.drawImage(this.bgImage, 441, 0, 900, 600);
ctx.drawImage(this.bgImage, 0, 0, 900, 600);
ctx.drawImage(portrait, 0, 0, 441, 600);