Square high score data
parent
80d87db1d2
commit
5c254cf853
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue