diff options
| author | 1029chris <1029chris@gmail.com> | 2016-07-21 22:52:23 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-07-21 22:52:23 -0700 |
| commit | 6201455b32dee57659bc8bb0f0fc4aff6f34c081 (patch) | |
| tree | 544bcaf0fa1da6b51aab322f063daaf1c09c11fb /var.lua | |
| parent | f540792f1148dcd900d7f2afdcfcea2426bc3dee (diff) | |
Added Document viewer
Diffstat (limited to 'var.lua')
| -rw-r--r-- | var.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -61,6 +61,7 @@ function loadVar() loadWin(7, 400, 400, "Image Viewer", nil, icons[16].image) loadWin(8, 400, 300, "Video Player", nil, icons[16].video) loadWin(9, 250, 150, "Music Player", nil, icons[16].music) + loadWin(10, 350, 500, "Document Viewer", nil, icons[16].document) win[4].crazy = false win[4].crazyLeft = false win[4].crazyUp = false @@ -265,6 +266,9 @@ function loadVar() file.p = false file.back = false picture.img = 0 + doc = {} + doc.doc = "" + loadDocuments() mplay = {} mplay.volx = 232 mplay.volpx = mplay.volx |
