diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-29 22:19:56 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-29 22:19:56 -0700 |
| commit | a7fc16d026ff6baf51e082eeee0d79f0195729c4 (patch) | |
| tree | 009f1d6f8f28f90ca13ea053cdb844669cab6b48 /assets.lua | |
| parent | 46c308be6d546bea0831b11e34a485b4b0f7562d (diff) | |
Added things to virus fight
added virus health
added variation in stuff
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -124,6 +124,8 @@ function loadAssets() v1.turret[2] = {r=math.rad(15),x=0,y=0,rt=math.rad(15),t=0,tl=2} v1.turret[3] = {r=math.rad(-15),x=0,y=0,rt=math.rad(-15),t=0,tl=3} v1.turret[4] = {r=math.rad(-30),x=0,y=0,rt=math.rad(-30),t=0,tl=4} + v1.laserSound = love.audio.newSource("assets/virus1_laser.ogg") + v1.laserSound:setVolume(0.6) v1.bullets = {} v1.bullet = love.graphics.newImage("assets/bullet_green.png") v1.c.idle = {} @@ -176,6 +178,7 @@ function loadAssets() v1.c.eyetx = 0 v1.c.eyety = 0 v1.c.chat.time = 0 + v1.c.health = 100 expl = {} expl.frames = {} expl.pic = love.graphics.newImage("assets/explosion.png") |
