]> Untitled Git - lightcycles-love.git/blobdiff - player.lua
Wider path line
[lightcycles-love.git] / player.lua
index c84b4f8a97686d728997f764c8ba40bcdb70b005..0e707f82858272a614287e75f29db65000bf852f 100644 (file)
@@ -32,6 +32,7 @@ end
 
 function Player:drawPath()
     if #self.path >= 4 then
+        love.graphics.setLineWidth(2)
         love.graphics.setColor(self.color)
         love.graphics.line(self.path)
     end