Square high score data

This commit is contained in:
Ishaan Bhardwaj 2021-01-14 21:36:45 -05:00
parent 80d87db1d2
commit 5c254cf853

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()