update mascot charactor

This commit is contained in:
uenome 2021-01-11 19:00:03 +09:00
parent 9cd4e8301d
commit 27b3639668
5 changed files with 2 additions and 2 deletions

BIN
img/cogechee.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1340,9 +1340,9 @@ const ugj_canvasImg = imgSrc => {
let ctx = el.getContext('2d'); let ctx = el.getContext('2d');
let img = new Image(); let img = new Image();
img.src = imgSrc; img.src = imgSrc;
img.onload = () => ctx.drawImage(img, 200, 120); img.onload = () => ctx.drawImage(img, 120, 0);
}; };
ugj_canvasImg("./img/saori_hakodot_2x.png?" + new Date().getTime()); // 描画実行 ugj_canvasImg("./img/cogechee.png?" + new Date().getTime()); // 描画実行
// HTML部品のインスタンス - 画面上の必要な部品はすべてここで取得しておく // HTML部品のインスタンス - 画面上の必要な部品はすべてここで取得しておく
ugjel_displayArea = document.getElementById('display_area'); // ディスプレイ部 ugjel_displayArea = document.getElementById('display_area'); // ディスプレイ部