mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 22:46:15 -04:00
wip
This commit is contained in:
parent
156c060b96
commit
be49fb9d6e
16 changed files with 70 additions and 68 deletions
|
@ -3,9 +3,11 @@ import { PerkId, Upgrade } from "./types";
|
|||
import { t } from "./i18n/i18n";
|
||||
import { icons, upgrades } from "./loadGameData";
|
||||
import { getSettingValue, getTotalScore, setSettingValue } from "./settings";
|
||||
import {isOptionOn} from "./options";
|
||||
|
||||
export function startingPerkMenuButton() {
|
||||
return {
|
||||
disabled:isOptionOn('easy'),
|
||||
icon: icons["icon:starting_perks"],
|
||||
text: t("main_menu.starting_perks"),
|
||||
help: t("main_menu.starting_perks_help"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue