mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 14:36:15 -04:00
wip
This commit is contained in:
parent
bdbf8b846c
commit
6299f7e86b
3 changed files with 11 additions and 18 deletions
2
dist/index.html
vendored
2
dist/index.html
vendored
|
@ -4871,7 +4871,7 @@ var _asyncAlert = require("./asyncAlert");
|
|||
var _gameUtils = require("./game_utils");
|
||||
function creativeMode(gameState) {
|
||||
return {
|
||||
icon: (0, _loadGameData.icons)["icon:sandbox"],
|
||||
icon: (0, _loadGameData.icons)["icon:creative"],
|
||||
text: (0, _i18N.t)("lab.menu_entry"),
|
||||
help: // highScoreForMode("creative") ||
|
||||
(0, _settings.getTotalScore)() < (0, _game.creativeModeThreshold) && (0, _i18N.t)("lab.unlocks_at", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue