diff options
| author | iamcheeseman <[email protected]> | 2026-03-12 19:14:19 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-12 19:14:19 -0400 |
| commit | 94141331ac0365c8eaa823d0ed1e8eb928f09dc6 (patch) | |
| tree | bb2d52da44220417f747899c0d8cab21b804d1e9 /main.lua | |
| parent | 1943aa1b865a36cb88564573cdcca71ac3554504 (diff) | |
Fix coloring
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ function love.draw(dt) local scr_width, scr_height = lg.getDimensions() WindowScale = min(scr_width / SCR_WIDTH, scr_height / SCR_HEIGHT) + lg.setColor(1, 1, 1) lg.draw( viewport, scr_width / 2, scr_height / 2, 0, |
