aboutsummaryrefslogtreecommitdiff
path: root/viewer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'viewer.lua')
-rw-r--r--viewer.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/viewer.lua b/viewer.lua
index 126bc2b..5255d72 100644
--- a/viewer.lua
+++ b/viewer.lua
@@ -1,4 +1,8 @@
function drawPicture()
+ drawDownBox(8, 31, win[7].w-17, win[7].h-40, 4)
+ if picture.img ~= 0 then
+ love.graphics.draw(picture.img, 8, 31)
+ end
end
function drawVideo()
end