✨ (leaderboard): Get data from IndexedDB
Get leaderboard data from IndexedDB using localForage package
This commit is contained in:
@@ -5,7 +5,7 @@ export const gameStateAtom = atom({
|
||||
default: {
|
||||
status: 'board',
|
||||
difficulty: 'begginer',
|
||||
gridSize: 20,
|
||||
gridSize: 12,
|
||||
bombs: 0,
|
||||
placedFlags: 0,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user