mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 12:59:02 -06:00
Square high score data
This commit is contained in:
parent
80d87db1d2
commit
5c254cf853
@ -86,7 +86,11 @@ function SquareMode:drawGrid()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function SquareMode:getHighscoreData()
|
function SquareMode:getHighscoreData()
|
||||||
return {}
|
return {
|
||||||
|
lines = self.lines,
|
||||||
|
squares = self.squares,
|
||||||
|
frames = self.frames,
|
||||||
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
function SquareMode:getBackground()
|
function SquareMode:getBackground()
|
||||||
|
Loading…
Reference in New Issue
Block a user