mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 12:15:06 -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");
|
var _gameUtils = require("./game_utils");
|
||||||
function creativeMode(gameState) {
|
function creativeMode(gameState) {
|
||||||
return {
|
return {
|
||||||
icon: (0, _loadGameData.icons)["icon:sandbox"],
|
icon: (0, _loadGameData.icons)["icon:creative"],
|
||||||
text: (0, _i18N.t)("lab.menu_entry"),
|
text: (0, _i18N.t)("lab.menu_entry"),
|
||||||
help: // highScoreForMode("creative") ||
|
help: // highScoreForMode("creative") ||
|
||||||
(0, _settings.getTotalScore)() < (0, _game.creativeModeThreshold) && (0, _i18N.t)("lab.unlocks_at", {
|
(0, _settings.getTotalScore)() < (0, _game.creativeModeThreshold) && (0, _i18N.t)("lab.unlocks_at", {
|
||||||
|
|
|
@ -8,7 +8,7 @@ import { describeLevel, highScoreText, sumOfValues } from "./game_utils";
|
||||||
|
|
||||||
export function creativeMode(gameState: GameState) {
|
export function creativeMode(gameState: GameState) {
|
||||||
return {
|
return {
|
||||||
icon: icons["icon:sandbox"],
|
icon: icons["icon:creative"],
|
||||||
text: t("lab.menu_entry"),
|
text: t("lab.menu_entry"),
|
||||||
help:
|
help:
|
||||||
// highScoreForMode("creative") ||
|
// highScoreForMode("creative") ||
|
||||||
|
|
|
@ -984,28 +984,14 @@
|
||||||
{
|
{
|
||||||
"name": "icon:settings",
|
"name": "icon:settings",
|
||||||
"size": 8,
|
"size": 8,
|
||||||
"bricks": "_l_l_l_llllllll__llllllllll__ll__ll__llllllllll__llllllll_l_l_l_",
|
"bricks": "_b_b_b_bbbbbbbb__bbggbbbbbg__gb__bg__gbbbbbggbb__bbbbbbbb_b_b_b_",
|
||||||
"svg": null,
|
"svg": null,
|
||||||
"color": ""
|
"color": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "icon:unlocks",
|
"name": "icon:unlocks",
|
||||||
"size": 7,
|
"size": 7,
|
||||||
"bricks": "eeee___e__e___e__e______ctCb___Gbsc___tOGO___OCbs",
|
"bricks": "bbbb___b__b___b__b______gbgb___bgbg___gbgb___bgbg",
|
||||||
"svg": null,
|
|
||||||
"color": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "icon:sandbox",
|
|
||||||
"size": 11,
|
|
||||||
"bricks": "Ggg_GgS_aSS___________GGg_gSS_aSS___________ggg_CCC_SSS___________Ggg_CgS_aSS___________ggg_CCg_aSS___________ggg_Cgg_aaS",
|
|
||||||
"svg": null,
|
|
||||||
"color": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "icon:continue",
|
|
||||||
"size": 7,
|
|
||||||
"bricks": "___t______tt__tttttt_ttttttttttttt____tt_____t___",
|
|
||||||
"svg": null,
|
"svg": null,
|
||||||
"color": ""
|
"color": ""
|
||||||
},
|
},
|
||||||
|
@ -1292,5 +1278,12 @@
|
||||||
"bricks": "_vvvvv_vvvvv__v___v_v___v__v_bbbbbbb_v__v_b_v_v_b_v__v_b_v_v_b_v__v_b_v_v_b_v__v_b_v_v_b_v__v_b_v_v_b_v__v_b_v_v_b_v__v_b_vvv_b_v__v_b_____b_v__vvvvvvvvvvv_bbbb_____bbbb",
|
"bricks": "_vvvvv_vvvvv__v___v_v___v__v_bbbbbbb_v__v_b_v_v_b_v__v_b_v_v_b_v__v_b_v_v_b_v__v_b_v_v_b_v__v_b_v_v_b_v__v_b_v_v_b_v__v_b_vvv_b_v__v_b_____b_v__vvvvvvvvvvv_bbbb_____bbbb",
|
||||||
"svg": null,
|
"svg": null,
|
||||||
"color": ""
|
"color": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon:creative",
|
||||||
|
"size": 11,
|
||||||
|
"bricks": "bgg_bgg_bbg___________ggg_bgg_ggg___________bbg_bbb_bgg___________ggg_bgg_ggg___________bgg_ggg_bgg___________bbb_bbg_bgg",
|
||||||
|
"svg": null,
|
||||||
|
"color": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Add table
Add a link
Reference in a new issue