mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 18:54:47 -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
|
@ -39,7 +39,7 @@ export function gameOver(title: string, intro: string) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (typeof gameState.startParams.isCreativeRun) {
|
||||
if (gameState.startParams.isCreativeRun) {
|
||||
openCreativeModePerksPicker();
|
||||
restart({});
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue