diff options
| author | 1029chris <1029chris@gmail.com> | 2016-08-21 18:08:29 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-08-21 18:08:29 -0700 |
| commit | 4f6e2d326e04a18e867f3129ac846502651bd5aa (patch) | |
| tree | 2ac899d60e8d17fb07fc93b062965a4c257d1631 /assets.lua | |
| parent | 11ef7059e98555914a1bdebaae37433d64942c4e (diff) | |
Virus 2 blows a hole in the popup, it falls down.
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -124,6 +124,7 @@ function loadAssets(id) for i=1,10 do v2.pop.a[i] = love.graphics.newImage("assets/popup" .. i .. ".png") end + v2.popshot = love.graphics.newImage("assets/popup_shot.png") end if id == 10 then internet = { @@ -241,6 +242,7 @@ function loadAssets(id) v2.c.idle.fist = love.graphics.newImage("assets/virus2_hands_fist.png") v2.c.idle.f = 1 v2.c.cockgun = love.audio.newSource("assets/virus2_shotgun_cock.ogg") + v2.c.fire = love.audio.newSource("assets/virus2_shotgun_fire.ogg") v2.c.cockgunplay = false loadAnimation(v2.c.idle.pic, v2.c.idle.fs, 37, 10, 250, 250) v2.c.idle.mask = {} |
