💄 (leaderboard): Ability to replay a game or change game settings
This commit is contained in:
@@ -3,7 +3,7 @@ import { atom } from 'recoil';
|
||||
export const gameStateAtom = atom({
|
||||
key: 'gameState',
|
||||
default: {
|
||||
status: 'settings',
|
||||
status: 'board',
|
||||
difficulty: 'begginer',
|
||||
gridSize: 20,
|
||||
bombs: 0,
|
||||
|
||||
Reference in New Issue
Block a user