diff options
| author | 1029chris <1029chris@gmail.com> | 2016-10-29 23:23:11 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-10-29 23:23:11 -0700 |
| commit | 9766801068cbbf0910c427bfc258681b89615e14 (patch) | |
| tree | fdeadf4ff6615d5d41736e6edaf5fe49b808b09a /assets.lua | |
| parent | c1c74810562915bf45e74cbef174d6caf13b0db2 (diff) | |
Added speaking sounds to both viruses
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -182,6 +182,7 @@ function loadAssets(id) tent2 = love.graphics.newImage("assets/tentacle2.png"), lidup = love.graphics.newImage("assets/v1_upper_eyelid.png"), lidlow = love.graphics.newImage("assets/v1_lower_eyelid.png") + voice = love.audio.newSource("assets/virus1_voice.ogg") } end if id == 14 then @@ -266,6 +267,7 @@ function loadAssets(id) v2.c.idle.mask.fs = {} v2.c.idle.mask.pic = love.graphics.newImage("assets/virus2_idle_mask.png") v2.c.idle.mask.f = 1 + v2.voice = love.audio.newSource("assets/virus2_voice.ogg") loadAnimation(v2.c.idle.mask.pic, v2.c.idle.mask.fs, 37, 10, 250, 250) end if id == 15 then |
