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:
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
@@ -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";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user