We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c192a4 commit 0c673feCopy full SHA for 0c673fe
client/game/world.ts
@@ -15,7 +15,7 @@ import { SlowMoTimer } from "./slowMoTimer";
15
import { largeAlien, smallAlien } from "./sounds";
16
import { random } from "./util";
17
18
-const EXTRA_LIFE = 10000;
+const EXTRA_LIFE = 100_000;
19
const SHAKE_TIME = 0.5;
20
21
let explosionCount = 0;
0 commit comments