From: Clifton James Palmer Date: Sat, 8 Dec 2018 07:34:06 +0000 (-0600) Subject: Wider path line X-Git-Url: http://git.purplebirdman.com/lightcycles-love.git/commitdiff_plain/d1da65a81c9bca386ce609501019042d8803ef2e?ds=inline Wider path line --- diff --git a/player.lua b/player.lua index c84b4f8..0e707f8 100644 --- a/player.lua +++ b/player.lua @@ -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