diff options
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
