aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-12 19:14:19 -0400
committeriamcheeseman <[email protected]>2026-03-12 19:14:19 -0400
commit94141331ac0365c8eaa823d0ed1e8eb928f09dc6 (patch)
treebb2d52da44220417f747899c0d8cab21b804d1e9 /main.lua
parent1943aa1b865a36cb88564573cdcca71ac3554504 (diff)
Fix coloring
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 2453b53..96d6c09 100644
--- a/main.lua
+++ b/main.lua
@@ -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,