aboutsummaryrefslogtreecommitdiff
path: root/window.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-07-21 22:52:23 -0700
committer1029chris <1029chris@gmail.com>2016-07-21 22:52:23 -0700
commit6201455b32dee57659bc8bb0f0fc4aff6f34c081 (patch)
tree544bcaf0fa1da6b51aab322f063daaf1c09c11fb /window.lua
parentf540792f1148dcd900d7f2afdcfcea2426bc3dee (diff)
Added Document viewer
Diffstat (limited to 'window.lua')
-rw-r--r--window.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.lua b/window.lua
index 3c4722a..dd38c99 100644
--- a/window.lua
+++ b/window.lua
@@ -32,6 +32,8 @@ function drawWindow(id)
drawMusic()
elseif id == 8 then
drawVideo()
+ elseif id == 10 then
+ drawDocuments()
end
love.graphics.setCanvas()
win[id].update = false