mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Build 29061490
This commit is contained in:
parent
ba7e368938
commit
00094d5efa
13 changed files with 168 additions and 90 deletions
|
@ -26,10 +26,15 @@ export const options = {
|
|||
help: t("main_menu.colorful_coins_help"),
|
||||
},
|
||||
opaque_coins: {
|
||||
default: false,
|
||||
default: true,
|
||||
name: t("main_menu.opaque_coins"),
|
||||
help: t("main_menu.opaque_coins_help"),
|
||||
},
|
||||
extra_bright: {
|
||||
default: true,
|
||||
name: t("main_menu.extra_bright"),
|
||||
help: t("main_menu.extra_bright_help"),
|
||||
},
|
||||
show_fps: {
|
||||
default: false,
|
||||
name: t("main_menu.show_fps"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue