mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Fixes
This commit is contained in:
parent
00bf121c3b
commit
411be2776b
@ -1,6 +1,6 @@
|
||||
#ingame_HUD_BetaOverlay {
|
||||
position: fixed;
|
||||
@include S(top, 10px);
|
||||
@include S(top, 70px);
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
color: $colorRedBright;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user