1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
This commit is contained in:
tobspr 2021-05-01 20:10:39 +02:00
parent 00bf121c3b
commit 411be2776b
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#ingame_HUD_BetaOverlay {
position: fixed;
@include S(top, 10px);
@include S(top, 70px);
left: 50%;
transform: translateX(-50%);
color: $colorRedBright;

View File

@ -78,10 +78,9 @@ export class PuzzlePlayGameMode extends PuzzleGameMode {
logger.log("Loading puzzle", this.puzzle);
try {
errorText = new PuzzleSerializer().deserializePuzzle(this.root, this.puzzle.game);
this.zoneWidth = this.puzzle.game.bounds.w;
this.zoneHeight = this.puzzle.game.bounds.h;
errorText = new PuzzleSerializer().deserializePuzzle(this.root, this.puzzle.game);
} catch (ex) {
errorText = ex.message || ex;
}

View File

@ -315,7 +315,7 @@ dialogs:
offlineMode:
title: Offline Mode
desc: >-
We couldn't reach the backend servers, so the game has to run in offline mode. Please make sure you have an active internect connection.
We couldn't reach the servers, so the game has to run in offline mode. Please make sure you have an active internect connection.
puzzleDownloadError:
title: Download Error