Skip to content

Commit b42488f

Browse files
committed
Update menu text & announcement
1 parent e0bc74a commit b42488f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/js/changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const CHANGELOG = [
33
version: "1.5.6",
44
date: "09.12.2022",
55
entries: [
6-
"⚠️ 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. ⚠️ ",
6+
"⚠️ 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. ⚠️ ",
77
"Minor fixes & improvements",
88
"Updated translations",
99
],

src/js/states/main_menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export class MainMenuState extends GameState {
179179
${
180180
showShapez2
181181
? `<div class="mainNews shapez2">
182-
<div class="text">Shapez 2 will be coming soon!</div>
182+
<div class="text">We are currently prototyping Shapez 2!</div>
183183
184184
</div>`
185185
: ""

0 commit comments

Comments
 (0)