diff options
| author | 1029chris <1029chris@gmail.com> | 2016-06-08 14:32:57 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-06-08 14:32:57 -0700 |
| commit | 7b0bc171d659ff4a0dddc724860fdd09f42b08b3 (patch) | |
| tree | b0a0a6961d838ffade9773ed85f1b902f7c6ddce /files.lua | |
| parent | 0c3a6ca6190ad47e5fbe1dfaa45c45aa07b4ced9 (diff) | |
Added video player
Added 1 video for video player to play
Diffstat (limited to 'files.lua')
| -rw-r--r-- | files.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -84,6 +84,13 @@ function updateFiles() end openFileWindow(7) elseif files == f.videos then + if i == 1 and vplay.v ~= video.attacktortoise then + if vplay.v ~= 0 then + vplay.v:stop() + end + vplay.v = video.attacktortoise + vplay.p = true + end openFileWindow(8) elseif files == f.music then if i == 1 and mplay.m ~= music.chill then |
