1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00
This commit is contained in:
tobspr
2021-06-22 11:22:49 +02:00
parent a2c9b1cbda
commit 6d3faabce5
5 changed files with 37 additions and 4 deletions

View File

@@ -108,6 +108,9 @@ export class MainMenuState extends GameState {
!G_WEGAME_VERSION && G_IS_STANDALONE && !puzzleDlc
? `
<div class="puzzleContainer notOwned">
<span class="badge">
${T.puzzleMenu.categories.new}
</span>
<img class="dlcLogo" src="${cachebust(
G_CHINA_VERSION || G_WEGAME_VERSION
? "res/puzzle_dlc_logo_china.png"
@@ -115,7 +118,7 @@ export class MainMenuState extends GameState {
)}" alt="shapez.io Logo">
<p>${T.mainMenu.puzzleDlcText}</p>
<button class="styledButton puzzleDlcGetButton">${
T.mainMenu.puzzleDlcWishlist
T.mainMenu.puzzleDlcViewNow
}</button>
</div>`
: ""