mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Change wording, again.
This commit is contained in:
parent
b9af590b18
commit
7c173c3cd5
BIN
artwork/iogames.space/thumb.png
Normal file
BIN
artwork/iogames.space/thumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
BIN
artwork/iogames.space/thumb.psd
Normal file
BIN
artwork/iogames.space/thumb.psd
Normal file
Binary file not shown.
@ -73,11 +73,11 @@
|
|||||||
&.demo {
|
&.demo {
|
||||||
@include S(grid-column-gap, 10px);
|
@include S(grid-column-gap, 10px);
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.standaloneBanner {
|
.standaloneBanner {
|
||||||
background: rgb(255, 225, 238);
|
background: rgb(255, 234, 245);
|
||||||
@include S(border-radius, $globalBorderRadius);
|
@include S(border-radius, $globalBorderRadius);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -59,7 +59,7 @@ export class MainMenuState extends GameState {
|
|||||||
|
|
||||||
<div class="mainWrapper ${IS_DEMO ? "demo" : "noDemo"}">
|
<div class="mainWrapper ${IS_DEMO ? "demo" : "noDemo"}">
|
||||||
|
|
||||||
${IS_DEMO ? `<div class="standaloneBanner leftSide">${bannerHtml}</div>` : ""}
|
${IS_DEMO ? `<div class="standaloneBanner">${bannerHtml}</div>` : ""}
|
||||||
|
|
||||||
<div class="mainContainer">
|
<div class="mainContainer">
|
||||||
${
|
${
|
||||||
@ -71,7 +71,6 @@ export class MainMenuState extends GameState {
|
|||||||
<button class="importButton styledButton">${T.mainMenu.importSavegame}</button>
|
<button class="importButton styledButton">${T.mainMenu.importSavegame}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
${IS_DEMO ? `<div class="standaloneBanner leftSide">${bannerHtml}</div>` : ""}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -59,11 +59,11 @@ demoBanners:
|
|||||||
# This is the "advertisement" shown in the main menu and other various places
|
# This is the "advertisement" shown in the main menu and other various places
|
||||||
title: Demo version
|
title: Demo version
|
||||||
intro: >-
|
intro: >-
|
||||||
Get the <strong>shapez.io standalone</strong> for:
|
Get the full version for:
|
||||||
advantages:
|
advantages:
|
||||||
- Saving and resuming your games.
|
- Saving and resuming your games.
|
||||||
- Dark mode & more.
|
- Dark mode & more.
|
||||||
- Support the developer ❤️
|
- Supporting the developer ❤️
|
||||||
|
|
||||||
mainMenu:
|
mainMenu:
|
||||||
play: Play
|
play: Play
|
||||||
|
Loading…
Reference in New Issue
Block a user