mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Wegame version & DLC Translation in Chinese
This commit is contained in:
@@ -12,8 +12,13 @@ import { cachebust } from "./cachebust";
|
||||
|
||||
const logger = createLogger("background_loader");
|
||||
|
||||
export function getLogoSprite() {
|
||||
// @todo: ugh, in a hurry
|
||||
return G_WEGAME_VERSION ? "logo_wegame.png" : G_CHINA_VERSION ? "logo_cn.png" : "logo.png";
|
||||
}
|
||||
|
||||
const essentialMainMenuSprites = [
|
||||
G_CHINA_VERSION ? "logo_cn.png" : "logo.png",
|
||||
getLogoSprite(),
|
||||
...G_ALL_UI_IMAGES.filter(src => src.startsWith("ui/") && src.indexOf(".gif") < 0),
|
||||
];
|
||||
const essentialMainMenuSounds = [
|
||||
|
||||
Reference in New Issue
Block a user