✨ Integrated Home comp with the game comp
This commit is contained in:
@@ -3,8 +3,10 @@ import { atom } from 'recoil';
|
||||
export const gameStateAtom = atom({
|
||||
key: 'gameState',
|
||||
default: {
|
||||
status: 'settings',
|
||||
difficulty: 'begginer',
|
||||
gridSize: 20,
|
||||
bombs: 0,
|
||||
placedFlags: 0,
|
||||
status: 'idle',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user