diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-29 13:28:30 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-29 13:28:30 -0700 |
| commit | 46c308be6d546bea0831b11e34a485b4b0f7562d (patch) | |
| tree | cdd61c2ffdd30fd84b02a68debdfbf90dce40a48 /assets.lua | |
| parent | c76596494b7429752e3b4625056d5ad315cdacf0 (diff) | |
Starting the virus fight
changed some dialogue so virus explains lasers
all turrets can now fire
green lasers reduce antivirus charge
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -120,13 +120,12 @@ function loadAssets() v1.c.chat.sp = 0.5 v1.c.chat.char = 0 v1.turret = {} - v1.turret[1] = {r=math.rad(30),x=0,y=0,rt=math.rad(30)} - v1.turret[2] = {r=math.rad(15),x=0,y=0,rt=math.rad(15)} - v1.turret[3] = {r=math.rad(-15),x=0,y=0,rt=math.rad(-15)} - v1.turret[4] = {r=math.rad(-30),x=0,y=0,rt=math.rad(-30)} + v1.turret[1] = {r=math.rad(30),x=0,y=0,rt=math.rad(30),t=0,tl=1} + 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.bullets = {} v1.bullet = love.graphics.newImage("assets/bullet_green.png") - v1.bulletTimer = 0 v1.c.idle = {} v1.c.idle.fs = {} v1.c.idle.pic = love.graphics.newImage("assets/virus1_idle_noeye.png") |
