1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-24 21:04:57 +00:00

Fix images missing from build

This commit is contained in:
tobspr
2026-04-28 08:56:33 +02:00
parent 0d7798f2e5
commit ae88eb48b2
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

@@ -782,10 +782,10 @@ export function getLogoSprite() {
*/ */
export function getShapez2BannerSprite(language) { export function getShapez2BannerSprite(language) {
if (G_WEGAME_VERSION || G_CHINA_VERSION || language === "zh-CN") { if (G_WEGAME_VERSION || G_CHINA_VERSION || language === "zh-CN") {
return "shapez2_zh-CN.png"; return "shapez2_zh-CN.noinline.png";
} }
return "shapez2.png"; return "shapez2.noinline.png";
} }
/** /**