diff --git a/artwork/iogames.space/thumb.png b/artwork/iogames.space/thumb.png new file mode 100644 index 00000000..cb52d886 Binary files /dev/null and b/artwork/iogames.space/thumb.png differ diff --git a/artwork/iogames.space/thumb.psd b/artwork/iogames.space/thumb.psd new file mode 100644 index 00000000..14a1c429 Binary files /dev/null and b/artwork/iogames.space/thumb.psd differ diff --git a/src/css/states/main_menu.scss b/src/css/states/main_menu.scss index 17c54eb3..7232e459 100644 --- a/src/css/states/main_menu.scss +++ b/src/css/states/main_menu.scss @@ -73,11 +73,11 @@ &.demo { @include S(grid-column-gap, 10px); display: grid; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: 1fr 1fr; } .standaloneBanner { - background: rgb(255, 225, 238); + background: rgb(255, 234, 245); @include S(border-radius, $globalBorderRadius); height: 100%; box-sizing: border-box; diff --git a/src/js/states/main_menu.js b/src/js/states/main_menu.js index e7e319ec..5df6566a 100644 --- a/src/js/states/main_menu.js +++ b/src/js/states/main_menu.js @@ -59,7 +59,7 @@ export class MainMenuState extends GameState {
- ${IS_DEMO ? `
${bannerHtml}
` : ""} + ${IS_DEMO ? `
${bannerHtml}
` : ""}
${ @@ -71,7 +71,6 @@ export class MainMenuState extends GameState {
- ${IS_DEMO ? `
${bannerHtml}
` : ""}
diff --git a/translations/base-en.yaml b/translations/base-en.yaml index 38d9a70f..99a01409 100644 --- a/translations/base-en.yaml +++ b/translations/base-en.yaml @@ -59,11 +59,11 @@ demoBanners: # This is the "advertisement" shown in the main menu and other various places title: Demo version intro: >- - Get the shapez.io standalone for: + Get the full version for: advantages: - Saving and resuming your games. - Dark mode & more. - - Support the developer ❤️ + - Supporting the developer ❤️ mainMenu: play: Play