Square high score data

pull/4/head
Ishaan Bhardwaj 2021-01-14 21:36:45 -05:00
parent 80d87db1d2
commit 5c254cf853
1 changed files with 5 additions and 1 deletions

View File

@ -86,7 +86,11 @@ function SquareMode:drawGrid()
end
function SquareMode:getHighscoreData()
return {}
return {
lines = self.lines,
squares = self.squares,
frames = self.frames,
}
end
function SquareMode:getBackground()