aboutsummaryrefslogtreecommitdiff
path: root/desktop.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-06-20 20:06:10 -0700
committer1029chris <1029chris@gmail.com>2016-06-20 20:06:10 -0700
commita18b64a082a7dd26d3ed8eb5462058bde80a4b40 (patch)
treee3c90110de3514026f1b52f34be3e9501bda3949 /desktop.lua
parent90d4c7ecc79544e932241b6befa587da425e4688 (diff)
Fixed glitch from last commit, sorry bout that
Diffstat (limited to 'desktop.lua')
-rw-r--r--desktop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop.lua b/desktop.lua
index d3819af..5b6aece 100644
--- a/desktop.lua
+++ b/desktop.lua
@@ -34,7 +34,7 @@ function drawDesktop()
end
if scene == 2 and v1.c.chat.msgs > 35 then
love.graphics.setColor(0,0,0,100)
- love.graphics.draw(v1.fadeImg,v1.t.x,0,0,2*sys.sw,sys.h*sys.sw)
+ love.graphics.draw(v1.fadeImg,v1.t.x,0,0,2*sys.sw,sys.h)
love.graphics.draw(v1.fadeImg,sys.w-v1.t.x,sys.h,math.rad(180),2*sys.sw,sys.h)
drawTentacles()
removeTentacles()