aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()