Skip to content

Commit 0c673fe

Browse files
increase EXTRA_LIFE criteria
1 parent 1c192a4 commit 0c673fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/game/world.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { SlowMoTimer } from "./slowMoTimer";
1515
import { largeAlien, smallAlien } from "./sounds";
1616
import { random } from "./util";
1717

18-
const EXTRA_LIFE = 10000;
18+
const EXTRA_LIFE = 100_000;
1919
const SHAKE_TIME = 0.5;
2020

2121
let explosionCount = 0;

0 commit comments

Comments
 (0)