feat: save highscores per difficulty
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
{
|
||||
"scores": {
|
||||
"MartinProkoph": 8040
|
||||
}
|
||||
// Highscores for each difficulty
|
||||
"Noob": {},
|
||||
"Easy": {},
|
||||
"Normal": {
|
||||
"Martin": 10593
|
||||
},
|
||||
"Hard": {},
|
||||
"Extreme": {},
|
||||
"WTF": {}
|
||||
}
|
||||
Reference in New Issue
Block a user