mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Preparations for 1.4.0
This commit is contained in:
@@ -88,9 +88,13 @@
|
||||
|
||||
@include S(grid-column-gap, 10px);
|
||||
display: grid;
|
||||
|
||||
&[data-columns="1"] {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
&[data-columns="2"] {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.standaloneBanner {
|
||||
background: rgb(255, 75, 84);
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
export const CHANGELOG = [
|
||||
{
|
||||
version: "1.4.0",
|
||||
date: "27.05.2021",
|
||||
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 puzzle dlc!",
|
||||
"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!",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -95,7 +95,7 @@ export class MainMenuState extends GameState {
|
||||
</div>
|
||||
|
||||
${
|
||||
!G_WEGAME_VERSION && ((G_IS_STANDALONE && puzzleDlc) || G_IS_DEV)
|
||||
!G_WEGAME_VERSION && G_IS_STANDALONE && puzzleDlc
|
||||
? `
|
||||
<div class="puzzleContainer">
|
||||
<img class="dlcLogo" src="${cachebust(
|
||||
|
||||
Reference in New Issue
Block a user