Removed precise physics option, uses the fastest ball speed instead

This commit is contained in:
Renan LE CARO 2025-04-19 16:50:26 +02:00
parent b891e0fafb
commit 1252bbca06
13 changed files with 15 additions and 105 deletions

View file

@ -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,