diff options
| author | 1029chris <1029chris@gmail.com> | 2016-11-13 17:13:14 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-11-13 17:13:14 -0800 |
| commit | 8d2d7e5ebff6d61365d1d250e851d8919d346b88 (patch) | |
| tree | 2bfa2114d96640b414de4c7e0781a8623c1486e2 /assets.lua | |
| parent | e7a66c699ad6d140f04f29a835f936d7b64c01d4 (diff) | |
Fixed some stuff up0.1.0
Antivirus has a dying sound
Antivirus discharges when dead
Dialogue changes
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -91,6 +91,7 @@ function loadAssets(id) music.battle2:setLooping(true) music.tension2:setLooping(true) music.battleUndertale:setLooping(true) + music.battle2part2:setLooping(true) end if id == 7 then window = { @@ -152,7 +153,8 @@ function loadAssets(id) laser = love.audio.newSource("assets/antivirus_laser.ogg"), bullet = love.graphics.newImage("assets/bullet_blue.png"), hit = love.audio.newSource("assets/antivirus_hit.ogg"), - charge = love.graphics.newImage("assets/antivirus_charge.png") + charge = love.graphics.newImage("assets/antivirus_charge.png"), + shutdown = love.audio.newSource("assets/antivirus_shutdown.ogg") } end if id == 12 then |
