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 /assets.lua | |
| parent | 0c3a6ca6190ad47e5fbe1dfaa45c45aa07b4ced9 (diff) | |
Added video player
Added 1 video for video player to play
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -232,6 +232,8 @@ function loadAssets(id) expl.deb[3].pic = love.graphics.newImage("assets/debris3.png") end if id == 16 then + video = {} + video.attacktortoise = love.graphics.newVideo("assets/attacktortoise.ogv") loadVar() end if id == 17 then |
