diff options
| author | 1029chris <1029chris@gmail.com> | 2016-06-20 20:06:10 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-06-20 20:06:10 -0700 |
| commit | a18b64a082a7dd26d3ed8eb5462058bde80a4b40 (patch) | |
| tree | e3c90110de3514026f1b52f34be3e9501bda3949 | |
| parent | 90d4c7ecc79544e932241b6befa587da425e4688 (diff) | |
Fixed glitch from last commit, sorry bout that
| -rw-r--r-- | desktop.lua | 2 |
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() |
