1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Add hint about activating the DLC

This commit is contained in:
tobspr
2021-06-22 15:13:22 +02:00
parent 10428ec6b9
commit acc25a93f0
3 changed files with 10 additions and 0 deletions

View File

@@ -256,6 +256,12 @@
}
}
> .hint {
@include SuperDuperSmallText;
@include S(margin-top, 10px);
@include S(width, 200px);
}
> .dlcLogo {
@include S(width, 190px);
}

View File

@@ -120,6 +120,9 @@ export class MainMenuState extends GameState {
<button class="styledButton puzzleDlcGetButton">${
T.mainMenu.puzzleDlcViewNow
}</button>
<span class="hint">
${T.puzzleMenu.dlcHint}
</span>
</div>`
: ""
}