mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix bugs found during testing
This commit is contained in:
@@ -92,7 +92,7 @@ export class MainMenuState extends GameState {
|
||||
</div>
|
||||
|
||||
${
|
||||
G_IS_STANDALONE && puzzleDlc
|
||||
(G_IS_STANDALONE && puzzleDlc) || G_IS_DEV
|
||||
? `
|
||||
<div class="puzzleContainer">
|
||||
<img class="dlcLogo" src="${cachebust(
|
||||
|
||||
@@ -6,6 +6,7 @@ import { TextualGameState } from "../core/textual_game_state";
|
||||
import { formatBigNumberFull } from "../core/utils";
|
||||
import { enumGameModeIds } from "../game/game_mode";
|
||||
import { ShapeDefinition } from "../game/shape_definition";
|
||||
import { MUSIC } from "../platform/sound";
|
||||
import { Savegame } from "../savegame/savegame";
|
||||
import { T } from "../translations";
|
||||
|
||||
@@ -59,6 +60,10 @@ export class PuzzleMenuState extends TextualGameState {
|
||||
this.activeCategory = "";
|
||||
}
|
||||
|
||||
getThemeMusic() {
|
||||
return MUSIC.puzzle;
|
||||
}
|
||||
|
||||
getStateHeaderTitle() {
|
||||
return T.puzzleMenu.title;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user