mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
v1.4.1
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
export const CHANGELOG = [
|
||||
{
|
||||
version: "1.4.1",
|
||||
date: "22.06.2021",
|
||||
entries: [
|
||||
"The <a href='https://store.steampowered.com/app/1625400/shapezio__Puzzle_DLC/?utm_medium=changelog' target='_blank'>Puzzle DLC</a> is now available on Steam!",
|
||||
"The <a href='https://store.steampowered.com/app/1573840/shapezio_Soundtrack/?utm_medium=changelog' target='_blank'>Soundtrack</a> is now also available to wishlist and will be released within the next days, including the new music from the Puzzle DLC!",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "1.4.0",
|
||||
date: "04.06.2021",
|
||||
entries: [
|
||||
"Belts in blueprints should now always paste correctly",
|
||||
"You can now clear belts by selecting them and then pressing 'B'",
|
||||
"Preparations for the <a href='https://store.steampowered.com/app/1625400/shapezio__Puzzle_DLC/' target='_blank'>Puzzle DLC</a>, coming June 22nd!",
|
||||
"Preparations for the <a href='https://store.steampowered.com/app/1625400/shapezio__Puzzle_DLC/?utm_medium=changelog2' target='_blank'>Puzzle DLC</a>, coming June 22nd!",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -108,6 +108,9 @@ export class MainMenuState extends GameState {
|
||||
!G_WEGAME_VERSION && G_IS_STANDALONE && !puzzleDlc
|
||||
? `
|
||||
<div class="puzzleContainer notOwned">
|
||||
<span class="badge">
|
||||
${T.puzzleMenu.categories.new}
|
||||
</span>
|
||||
<img class="dlcLogo" src="${cachebust(
|
||||
G_CHINA_VERSION || G_WEGAME_VERSION
|
||||
? "res/puzzle_dlc_logo_china.png"
|
||||
@@ -115,7 +118,7 @@ export class MainMenuState extends GameState {
|
||||
)}" alt="shapez.io Logo">
|
||||
<p>${T.mainMenu.puzzleDlcText}</p>
|
||||
<button class="styledButton puzzleDlcGetButton">${
|
||||
T.mainMenu.puzzleDlcWishlist
|
||||
T.mainMenu.puzzleDlcViewNow
|
||||
}</button>
|
||||
</div>`
|
||||
: ""
|
||||
|
||||
Reference in New Issue
Block a user