Merge pull request #5 from ArcaneDisgea/BG-Adjustment
This commit is contained in:
commit
5c27f78db5
2 changed files with 1 additions and 1 deletions
BIN
chara.png
BIN
chara.png
Binary file not shown.
Before Width: | Height: | Size: 466 KiB After Width: | Height: | Size: 697 KiB |
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue