From 41c81f2cff92d33808ab43d2ec6aab6e1703b89c Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Sat, 15 Oct 2016 23:54:52 -0700 Subject: Lots of work here moved antivirus fight function to antivirus.lua made it to antivirus fight function will work on both fights added new hands for virus 2 changed dialogue lots more --- assets.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'assets.lua') diff --git a/assets.lua b/assets.lua index 4d74be1..5ddd794 100644 --- a/assets.lua +++ b/assets.lua @@ -241,12 +241,14 @@ function loadAssets(id) v2.c.idle.pic = love.graphics.newImage("assets/virus2_idle.png") v2.c.pupil = love.graphics.newImage("assets/virus2_pupil.png") v2.c.idle.hands = love.graphics.newImage("assets/virus2_hands_idle.png") + v2.c.idle.handright = love.graphics.newImage("assets/virus2_hands_idle_right.png") v2.c.idle.gunidle = love.graphics.newImage("assets/virus2_hands_gunidle.png") v2.c.idle.fist = love.graphics.newImage("assets/virus2_hands_fist.png") v2.c.idle.f = 1 v2.c.gunfront = love.graphics.newImage("assets/virus2_hands_gunfront.png") v2.c.gunpoint = love.graphics.newImage("assets/virus2_hands_gunpoint.png") v2.c.gunup = love.graphics.newImage("assets/virus2_hands_gunup.png") + v2.c.gunleft = love.graphics.newImage("assets/virus2_hands_left.png") v2.c.cockgun = love.audio.newSource("assets/virus2_shotgun_cock.ogg") v2.c.fire = love.audio.newSource("assets/virus2_shotgun_fire.ogg") v2.c.handsOp = 0 -- cgit