From 950097fbbed3a94d7bdbe95ee8c08c3fe37d8620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Fri, 2 Jun 2023 15:33:46 +0300 Subject: [PATCH] Scale line width with --- bundle/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/main.lua b/bundle/main.lua index 1022dd9..39a862f 100644 --- a/bundle/main.lua +++ b/bundle/main.lua @@ -137,6 +137,7 @@ function drawMissiles() if missile.reflected then love.graphics.setColor(1, 0.5, 0) style = 'line' + love.graphics.setLineWidth(0.001 * scale) else love.graphics.setColor(1, 0.5, 0.5) end