Compare commits

...

2 Commits

Author SHA1 Message Date
tobspr b42488f7b5 Update menu text & announcement 2022-10-13 15:23:14 +02:00
tobspr e0bc74a4fd Fix steam login not working 2022-10-13 11:25:47 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ export const CHANGELOG = [
version: "1.5.6",
date: "09.12.2022",
entries: [
"⚠️ Shapez 2 will be coming soon! <a href='https://tobspr.io/shapez-2?utm_medium=s1_steam' target='_blank'>Click here</a> to find out more. ⚠️ ",
"⚠️ We are currently prototyping Shapez 2! <a href='https://tobspr.io/shapez-2?utm_medium=s1_steam' target='_blank'>Click here</a> to find out more. ⚠️ ",
"Minor fixes & improvements",
"Updated translations",
],

View File

@ -48,7 +48,7 @@ export class MainMenuState extends GameState {
!G_GOG_VERSION;
const showWegameFooter = G_WEGAME_VERSION;
const hasMods = MODS.anyModsActive();
const hasSteamBridge = G_IS_STANDALONE && !G_GOG_VERSION && !G_IS_STEAM_DEMO;
const hasSteamBridge = !G_GOG_VERSION && !G_IS_STEAM_DEMO;
let showExternalLinks = true;
@ -179,7 +179,7 @@ export class MainMenuState extends GameState {
${
showShapez2
? `<div class="mainNews shapez2">
<div class="text">Shapez 2 will be coming soon!</div>
<div class="text">We are currently prototyping Shapez 2!</div>
</div>`
: ""