mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 05:26:15 -04:00
Removed precise physics option, uses the fastest ball speed instead
This commit is contained in:
parent
b891e0fafb
commit
1252bbca06
13 changed files with 15 additions and 105 deletions
|
@ -65,11 +65,6 @@ 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