logo更新
This commit is contained in:
parent
6fd1b797a6
commit
32359976d3
BIN
logo.png
BIN
logo.png
Binary file not shown.
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 94 KiB |
@ -34,6 +34,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"images": [
|
||||
"HPGaugeEnemy_A.webp",
|
||||
"HPGaugeEnemy_B.webp",
|
||||
"LOGO.webp",
|
||||
"background.webp",
|
||||
"backgroundvertical.webp",
|
||||
"bg_1511.webp",
|
||||
|
BIN
project/images/LOGO.webp
Normal file
BIN
project/images/LOGO.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@ -12181,6 +12181,15 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
||||
200 + i * 550 + 15,
|
||||
560 - 30,
|
||||
420 - 30)
|
||||
const img = core.material.images.images["LOGO.webp"]
|
||||
if (img)
|
||||
ctx.drawImage(
|
||||
img,
|
||||
50 + j * 600 + 15,
|
||||
200 + i * 550 + 15,
|
||||
560 - 30,
|
||||
420 - 30
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -12264,6 +12273,15 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
||||
150 + i * 500 + 15,
|
||||
600 - 30,
|
||||
450 - 30)
|
||||
const img = core.material.images.images["LOGO.webp"]
|
||||
if (img)
|
||||
ctx.drawImage(
|
||||
img,
|
||||
75 + j * 650 + 15,
|
||||
150 + i * 500 + 15,
|
||||
600 - 30,
|
||||
450 - 30
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user