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 {
|
||||
background: rgb(255, 75, 84);
|
||||
background: #e61b71;
|
||||
@include S(border-radius, $globalBorderRadius + 4);
|
||||
box-sizing: border-box;
|
||||
border: solid rgba(#fff, 0.15);
|
||||
// border: solid rgba(#fff, 0.15);
|
||||
@include S(border-width, 4px);
|
||||
@include S(padding, 15px);
|
||||
|
||||
|
@ -60,7 +60,7 @@ export class HUDWatermark extends BaseHUDPart {
|
||||
drawOverlays(parameters) {
|
||||
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.textAlign = "center";
|
||||
parameters.context.fillText(
|
||||
|
@ -64,7 +64,6 @@ export class MainMenuState extends GameState {
|
||||
|
||||
const ownsPuzzleDLC = false;
|
||||
const bannerHtml = `
|
||||
<h3>${T.demoBanners.title}</h3>
|
||||
<p>${T.demoBanners.intro}</p>
|
||||
|
||||
<a href="#" class="steamLink ${A_B_TESTING_LINK_TYPE}" target="_blank">Get the shapez.io standalone!</a>
|
||||
|
@ -94,9 +94,9 @@ global:
|
||||
|
||||
demoBanners:
|
||||
# This is the "advertisement" shown in the main menu and other various places
|
||||
title: Demo Version
|
||||
title: Demo
|
||||
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:
|
||||
play: Play
|
||||
@ -615,9 +615,9 @@ ingame:
|
||||
|
||||
# Pops up in the demo every few minutes
|
||||
watermark:
|
||||
title: Demo version
|
||||
title: Demo
|
||||
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:
|
||||
title: Get the full version!
|
||||
@ -637,7 +637,7 @@ ingame:
|
||||
desc: Hunt them all!
|
||||
|
||||
mods:
|
||||
title: Modding support!
|
||||
title: Modding support
|
||||
desc: Over 80 mods available!
|
||||
|
||||
markers:
|
||||
|
Loading…
Reference in New Issue
Block a user