mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Build 29060269
This commit is contained in:
parent
b7dacaba0a
commit
d77a58438f
10 changed files with 109 additions and 35 deletions
|
@ -66,6 +66,11 @@ export const options = {
|
|||
name: t("main_menu.red_miss"),
|
||||
help: t("main_menu.red_miss_help"),
|
||||
},
|
||||
comboIncreaseTexts: {
|
||||
default: false,
|
||||
name: t("main_menu.comboIncreaseTexts"),
|
||||
help: t("main_menu.comboIncreaseTexts_help"),
|
||||
},
|
||||
} as const satisfies { [k: string]: OptionDef };
|
||||
|
||||
export function isOptionOn(key: OptionId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue