jokes inni made it better
This commit is contained in:
parent
ef9a3b9caf
commit
4ad33a0f82
2 changed files with 1 additions and 1 deletions
BIN
chara.png
BIN
chara.png
Binary file not shown.
Before Width: | Height: | Size: 557 KiB After Width: | Height: | Size: 697 KiB |
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue