From 4f6e2d326e04a18e867f3129ac846502651bd5aa Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Sun, 21 Aug 2016 18:08:29 -0700 Subject: Virus 2 blows a hole in the popup, it falls down. --- assets.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'assets.lua') diff --git a/assets.lua b/assets.lua index b8a1da6..c8256b6 100644 --- a/assets.lua +++ b/assets.lua @@ -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 = {} -- cgit