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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user