Reset color to white after drawing nogame screen;

This commit is contained in:
bjorn 2019-01-28 18:21:46 -08:00
parent b09c3adeec
commit f2cb7e7e3d
2 changed files with 633 additions and 609 deletions

View File

@ -40,6 +40,7 @@ local function nogame()
lovr.graphics.print('LÖVR', -.01, titlePosition, -3, .25, 0, 0, 1, 0, nil, 'center', 'top')
lovr.graphics.setColor(.059, .059, .059, fade)
lovr.graphics.print('No game :(', -.01, subtitlePosition, -3, .15, 0, 0, 1, 0, nil, 'center', 'top')
lovr.graphics.setColor(1, 1, 1)
end
lovr.controlleradded = refreshControllers

File diff suppressed because it is too large Load Diff