aboutsummaryrefslogtreecommitdiff
path: root/desktop.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-03-20 00:20:37 -0700
committer1029chris <1029chris@gmail.com>2016-03-20 00:20:37 -0700
commit1ee2dc33e6c18e3e88f5c6d4e09ff1ac9ef0940e (patch)
tree38df4763f2244ae437a5664cc7c13125c8ec9f41 /desktop.lua
parentdc55600ed4bcda14d99fe7f0d15be05af3255ab1 (diff)
Made explosion a smaller filesize.
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 d5eac68..fadd9f6 100644
--- a/desktop.lua
+++ b/desktop.lua
@@ -26,7 +26,7 @@ function drawDesktop()
end
end
if expl.frame <= 90 then
- love.graphics.draw(expl[expl.frame], win[2].x-750, win[2].y-500, 0, 3.5, 3.5)
+ love.graphics.draw(expl[expl.frame], win[2].x-750, win[2].y-500, 0, 7, 7)
expl.frame = expl.frame + 1
end
end