mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2025-05-13 20:21:24 -05:00
Square high score data
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user