Fixed sorting replays in the replay select

In addition, minor change to the default text that shows up when the game is paused
This commit is contained in:
Ishaan Bhardwaj
2021-12-09 18:18:23 -05:00
parent b9ae08051a
commit 47a5a53e23
2 changed files with 5 additions and 16 deletions

View File

@@ -1034,7 +1034,7 @@ function GameMode:drawCustom() end
function GameMode:drawIfPaused()
love.graphics.setFont(font_3x5_3)
love.graphics.printf("GAME PAUSED!", 64, 160, 160, "center")
love.graphics.printf("PAUSED!", 64, 160, 160, "center")
end
-- transforms specified in here will transform the whole screen