diff options
author | Aki <nthirtyone@gmail.com> | 2016-06-29 18:12:24 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-06-29 18:12:24 +0200 |
commit | 37b455ef299477edcb57cf08cc863d85043753b5 (patch) | |
tree | 7efc379429d72c7739969ef7e26b0c7ba16f7a18 /ray.lua | |
parent | ea5d83d8897e5e1fb6fb8b1f0dba89dfd4c56991 (diff) | |
download | roflnauts-37b455ef299477edcb57cf08cc863d85043753b5.zip roflnauts-37b455ef299477edcb57cf08cc863d85043753b5.tar.gz roflnauts-37b455ef299477edcb57cf08cc863d85043753b5.tar.bz2 |
Colorful Rayyys!
Last one, seriously.
Diffstat (limited to 'ray.lua')
-rw-r--r-- | ray.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ end function Ray:draw(offset_x, offset_y, scale) love.graphics.setCanvas(self.canvas) love.graphics.clear() + love.graphics.setColor(255, 247, 228, 247) love.graphics.setLineStyle("rough") love.graphics.setLineWidth(self.delay*160) local x, y = self.naut:getPosition() |