We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c607d67 commit d5f93bcCopy full SHA for d5f93bc
src/game/App.tsx
@@ -176,6 +176,7 @@ export const App: React.FC<AppProps> = ({
176
onStartGame={(level: number) => {
177
// Reset ship and sound to clean state
178
dispatch(shipSlice.actions.resetShip())
179
+ dispatch(shipSlice.actions.resetLives())
180
181
// Invalidate high score if starting at level > 1
182
if (level > 1) {
0 commit comments