mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Add hint about activating the DLC
This commit is contained in:
parent
10428ec6b9
commit
acc25a93f0
@ -256,6 +256,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .hint {
|
||||||
|
@include SuperDuperSmallText;
|
||||||
|
@include S(margin-top, 10px);
|
||||||
|
@include S(width, 200px);
|
||||||
|
}
|
||||||
|
|
||||||
> .dlcLogo {
|
> .dlcLogo {
|
||||||
@include S(width, 190px);
|
@include S(width, 190px);
|
||||||
}
|
}
|
||||||
|
@ -120,6 +120,9 @@ export class MainMenuState extends GameState {
|
|||||||
<button class="styledButton puzzleDlcGetButton">${
|
<button class="styledButton puzzleDlcGetButton">${
|
||||||
T.mainMenu.puzzleDlcViewNow
|
T.mainMenu.puzzleDlcViewNow
|
||||||
}</button>
|
}</button>
|
||||||
|
<span class="hint">
|
||||||
|
${T.puzzleMenu.dlcHint}
|
||||||
|
</span>
|
||||||
</div>`
|
</div>`
|
||||||
: ""
|
: ""
|
||||||
}
|
}
|
||||||
|
@ -136,6 +136,7 @@ puzzleMenu:
|
|||||||
validatingPuzzle: Validating Puzzle
|
validatingPuzzle: Validating Puzzle
|
||||||
submittingPuzzle: Submitting Puzzle
|
submittingPuzzle: Submitting Puzzle
|
||||||
noPuzzles: There are currently no puzzles in this section.
|
noPuzzles: There are currently no puzzles in this section.
|
||||||
|
dlcHint: Purchased the DLC already? Make sure it is activated by right clicking the shapez.io in your library, selecting Properties > DLCs.
|
||||||
|
|
||||||
categories:
|
categories:
|
||||||
levels: Levels
|
levels: Levels
|
||||||
|
Loading…
Reference in New Issue
Block a user