mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
wip
This commit is contained in:
parent
530e94f704
commit
d43dd90a86
23 changed files with 268 additions and 152 deletions
|
@ -55,6 +55,11 @@ export const options = {
|
|||
name: t("settings.kid"),
|
||||
help: t("settings.kid_help"),
|
||||
},
|
||||
precise_physics: {
|
||||
default: true,
|
||||
name: t("settings.precise_physics"),
|
||||
help: t("settings.precise_physics_help"),
|
||||
},
|
||||
// Could not get the sharing to work without loading androidx and all the modern android things so for now I'll just disable sharing in the android app
|
||||
record: {
|
||||
default: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue