diff options
| author | 1029chris <1029chris@gmail.com> | 2016-06-02 14:19:36 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-06-02 14:19:36 -0700 |
| commit | 8da3b8a350580315bd7c20b856e20ecf09cd24f5 (patch) | |
| tree | 1bbf85e1211670d29323a1509c7f9dbf9d5d638c | |
| parent | 899cfeff2a6878e0e5eb48e4e0bd0f3768aa46ec (diff) | |
Added file for new windows
| -rw-r--r-- | main.lua | 1 | ||||
| -rw-r--r-- | viewer.lua | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,7 @@ function love.load() require "elements" require "virus1" require "dialogue" + require "viewer" loadPre() end function love.update(dt) diff --git a/viewer.lua b/viewer.lua new file mode 100644 index 0000000..126bc2b --- /dev/null +++ b/viewer.lua @@ -0,0 +1,6 @@ +function drawPicture() +end +function drawVideo() +end +function drawMusic() +end |
