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

@ -39,7 +39,7 @@ export function gameOver(title: string, intro: string) {
return;
}
if (typeof gameState.startParams.isCreativeRun) {
if (gameState.startParams.isCreativeRun) {
openCreativeModePerksPicker();
restart({});
return;