mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 22:46:15 -04:00
Build 29062687
This commit is contained in:
parent
f76c96019c
commit
85ece0b975
21 changed files with 74 additions and 68 deletions
|
@ -38,7 +38,8 @@ export async function openStartingPerksEditor() {
|
|||
});
|
||||
|
||||
const perk: Upgrade | null | void = await asyncAlert({
|
||||
title: t("main_menu.starting_perks"),className:'actionsAsGrid',
|
||||
title: t("main_menu.starting_perks"),
|
||||
className: "actionsAsGrid",
|
||||
content: [
|
||||
t("main_menu.starting_perks_checked"),
|
||||
...buttons.filter((b) => b.checked),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue