Scale line width with

This commit is contained in:
Juhani Krekelä 2023-06-02 15:33:46 +03:00
parent fd8b5f37ec
commit 950097fbbe
1 changed files with 1 additions and 0 deletions

View File

@ -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