mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 21:16:14 -04:00
Build 29062687
This commit is contained in:
parent
f76c96019c
commit
85ece0b975
21 changed files with 74 additions and 68 deletions
|
@ -798,7 +798,7 @@ async function openSettingsMenu() {
|
|||
title: t("main_menu.settings_title"),
|
||||
content: [t("main_menu.settings_help"), ...actions],
|
||||
allowClose: true,
|
||||
className:'settings',
|
||||
className: "settings",
|
||||
});
|
||||
if (cb) {
|
||||
cb();
|
||||
|
@ -875,7 +875,8 @@ async function openUnlocksList() {
|
|||
t("unlocks.level"),
|
||||
...levelActions,
|
||||
],
|
||||
allowClose: true,className:'actionsAsGrid',
|
||||
allowClose: true,
|
||||
className: "actionsAsGrid",
|
||||
});
|
||||
if (tryOn) {
|
||||
if (await confirmRestart(gameState)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue