summaryrefslogtreecommitdiffhomepage
path: root/ray.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-06-29 18:12:24 +0200
committerAki <nthirtyone@gmail.com>2016-06-29 18:12:24 +0200
commit37b455ef299477edcb57cf08cc863d85043753b5 (patch)
tree7efc379429d72c7739969ef7e26b0c7ba16f7a18 /ray.lua
parentea5d83d8897e5e1fb6fb8b1f0dba89dfd4c56991 (diff)
downloadroflnauts-37b455ef299477edcb57cf08cc863d85043753b5.zip
roflnauts-37b455ef299477edcb57cf08cc863d85043753b5.tar.gz
roflnauts-37b455ef299477edcb57cf08cc863d85043753b5.tar.bz2
Colorful Rayyys!
Last one, seriously.
Diffstat (limited to 'ray.lua')
-rw-r--r--ray.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ray.lua b/ray.lua
index 09d590c..bbe11c1 100644
--- a/ray.lua
+++ b/ray.lua
@@ -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()