mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 03:07:14 -04:00
wip
This commit is contained in:
parent
892f800107
commit
6c506affc4
19 changed files with 137 additions and 87 deletions
|
@ -7,7 +7,7 @@ import { isOptionOn } from "./options";
|
|||
|
||||
export function startingPerkMenuButton() {
|
||||
return {
|
||||
disabled: isOptionOn("easy"),
|
||||
disabled: isOptionOn("kid"),
|
||||
icon: icons["icon:starting_perks"],
|
||||
text: t("starting_perks.title"),
|
||||
help: t("starting_perks.help"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue