Added default high score retrieval method

pull/16/head
Ishaan Bhardwaj 2021-02-02 14:51:49 -05:00
parent f022c6c4b7
commit 9c1c8eea21
1 changed files with 4 additions and 0 deletions

View File

@ -597,6 +597,10 @@ function GameMode:getBackground()
return 0
end
function GameMode:getHighscoreData()
return {}
end
function GameMode:drawGrid()
self.grid:draw()
end