Skip to content

Commit ae88eb4

Browse files
committed
Fix images missing from build
1 parent 0d7798f commit ae88eb4

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/js/core/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,10 +782,10 @@ export function getLogoSprite() {
782782
*/
783783
export function getShapez2BannerSprite(language) {
784784
if (G_WEGAME_VERSION || G_CHINA_VERSION || language === "zh-CN") {
785-
return "shapez2_zh-CN.png";
785+
return "shapez2_zh-CN.noinline.png";
786786
}
787787

788-
return "shapez2.png";
788+
return "shapez2.noinline.png";
789789
}
790790

791791
/**

0 commit comments

Comments
 (0)