mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Localized puzzle dlc logo
This commit is contained in:
@@ -4,6 +4,7 @@ import { BaseHUDPart } from "../base_hud_part";
|
||||
export class HUDPuzzleDLCLogo extends BaseHUDPart {
|
||||
createElements(parent) {
|
||||
this.element = makeDiv(parent, "ingame_HUD_PuzzleDLCLogo");
|
||||
this.element.classList.toggle("china", G_CHINA_VERSION || G_WEGAME_VERSION);
|
||||
parent.appendChild(this.element);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user