]> Untitled Git - lightcycles-love.git/commitdiff
Wider path line
authorClifton James Palmer <clifton.palmer@gmail.com>
Sat, 8 Dec 2018 07:34:06 +0000 (01:34 -0600)
committerClifton James Palmer <clifton.palmer@gmail.com>
Sat, 8 Dec 2018 07:34:06 +0000 (01:34 -0600)
player.lua

index c84b4f8a97686d728997f764c8ba40bcdb70b005..0e707f82858272a614287e75f29db65000bf852f 100644 (file)
@@ -32,6 +32,7 @@ end
 
 function Player:drawPath()
     if #self.path >= 4 then
 
 function Player:drawPath()
     if #self.path >= 4 then
+        love.graphics.setLineWidth(2)
         love.graphics.setColor(self.color)
         love.graphics.line(self.path)
     end
         love.graphics.setColor(self.color)
         love.graphics.line(self.path)
     end