mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-21 23:29:48 +00:00
update mascot charactor
This commit is contained in:
parent
9cd4e8301d
commit
27b3639668
BIN
img/cogechee.png
Normal file
BIN
img/cogechee.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
BIN
img/saori.png
BIN
img/saori.png
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 |
@ -1340,9 +1340,9 @@ const ugj_canvasImg = imgSrc => {
|
||||
let ctx = el.getContext('2d');
|
||||
let img = new Image();
|
||||
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部品のインスタンス - 画面上の必要な部品はすべてここで取得しておく
|
||||
ugjel_displayArea = document.getElementById('display_area'); // ディスプレイ部
|
||||
|
Loading…
Reference in New Issue
Block a user