diff options
| author | 1029chris <1029chris@gmail.com> | 2016-07-21 22:52:40 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-07-21 22:52:40 -0700 |
| commit | 260c99a47be458cffcefd2cf9170447b2a45739f (patch) | |
| tree | 345c33f5539f16f1bb26a8169e5d712a39a1141d /files.lua | |
| parent | 6201455b32dee57659bc8bb0f0fc4aff6f34c081 (diff) | |
Added added 2 documents
Diffstat (limited to 'files.lua')
| -rw-r--r-- | files.lua | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -86,6 +86,15 @@ function updateFiles() win[7].update = true end openFileWindow(7) + elseif files == f.documents then + if i == 1 and doc.doc ~= doc.help then + doc.doc = doc.help + win[10].update = true + elseif i == 2 and doc.doc ~= doc.credits then + doc.doc = doc.credits + win[10].update = true + end + openFileWindow(10) elseif files == f.videos then if i == 1 and vplay.v ~= video.attacktortoise then if vplay.v ~= 0 then |
