mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Improve demo
This commit is contained in:
parent
723f020d77
commit
999fc10d80
BIN
res/logo.png
BIN
res/logo.png
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@ -97,10 +97,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.standaloneBanner {
|
.standaloneBanner {
|
||||||
background: rgb(255, 75, 84);
|
background: #e61b71;
|
||||||
@include S(border-radius, $globalBorderRadius + 4);
|
@include S(border-radius, $globalBorderRadius + 4);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: solid rgba(#fff, 0.15);
|
// border: solid rgba(#fff, 0.15);
|
||||||
@include S(border-width, 4px);
|
@include S(border-width, 4px);
|
||||||
@include S(padding, 15px);
|
@include S(padding, 15px);
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ export class HUDWatermark extends BaseHUDPart {
|
|||||||
drawOverlays(parameters) {
|
drawOverlays(parameters) {
|
||||||
const w = this.root.gameWidth;
|
const w = this.root.gameWidth;
|
||||||
|
|
||||||
parameters.context.fillStyle = "rgba(230, 230, 230, 0.9)";
|
parameters.context.fillStyle = "rgba(20, 30, 40, 0.25)";
|
||||||
parameters.context.font = "bold " + this.root.app.getEffectiveUiScale() * 40 + "px GameFont";
|
parameters.context.font = "bold " + this.root.app.getEffectiveUiScale() * 40 + "px GameFont";
|
||||||
parameters.context.textAlign = "center";
|
parameters.context.textAlign = "center";
|
||||||
parameters.context.fillText(
|
parameters.context.fillText(
|
||||||
|
@ -64,7 +64,6 @@ export class MainMenuState extends GameState {
|
|||||||
|
|
||||||
const ownsPuzzleDLC = false;
|
const ownsPuzzleDLC = false;
|
||||||
const bannerHtml = `
|
const bannerHtml = `
|
||||||
<h3>${T.demoBanners.title}</h3>
|
|
||||||
<p>${T.demoBanners.intro}</p>
|
<p>${T.demoBanners.intro}</p>
|
||||||
|
|
||||||
<a href="#" class="steamLink ${A_B_TESTING_LINK_TYPE}" target="_blank">Get the shapez.io standalone!</a>
|
<a href="#" class="steamLink ${A_B_TESTING_LINK_TYPE}" target="_blank">Get the shapez.io standalone!</a>
|
||||||
|
@ -94,9 +94,9 @@ global:
|
|||||||
|
|
||||||
demoBanners:
|
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
|
||||||
intro: >-
|
intro: >-
|
||||||
Get the full game to unlock all features and content!
|
Get the full game on Steam to unlock all levels, buildings, modding support, wires, achievements and a lot more!
|
||||||
|
|
||||||
mainMenu:
|
mainMenu:
|
||||||
play: Play
|
play: Play
|
||||||
@ -615,9 +615,9 @@ ingame:
|
|||||||
|
|
||||||
# Pops up in the demo every few minutes
|
# Pops up in the demo every few minutes
|
||||||
watermark:
|
watermark:
|
||||||
title: Demo version
|
title: Demo
|
||||||
desc: Click here to see the advantages of the standalone version!
|
desc: Click here to see the advantages of the standalone version!
|
||||||
get_on_steam: Get on Steam
|
get_on_steam: Get the full version on Steam
|
||||||
|
|
||||||
standaloneAdvantages:
|
standaloneAdvantages:
|
||||||
title: Get the full version!
|
title: Get the full version!
|
||||||
@ -637,7 +637,7 @@ ingame:
|
|||||||
desc: Hunt them all!
|
desc: Hunt them all!
|
||||||
|
|
||||||
mods:
|
mods:
|
||||||
title: Modding support!
|
title: Modding support
|
||||||
desc: Over 80 mods available!
|
desc: Over 80 mods available!
|
||||||
|
|
||||||
markers:
|
markers:
|
||||||
|
Loading…
Reference in New Issue
Block a user