aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-11-12 04:54:01 -0800
committer1029chris <1029chris@gmail.com>2016-11-12 04:54:01 -0800
commite7a66c699ad6d140f04f29a835f936d7b64c01d4 (patch)
tree1fedf70f26b0d4ed0aad965d634a33e00b9a3a9d /var.lua
parent06153021393c736a3e1a15f388d5d8dca6844748 (diff)
Virus 2 now blinks and looks around
lowered volume on gun sounds for second virus fight fixed some bugs
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/var.lua b/var.lua
index 4537542..d7aa04d 100644
--- a/var.lua
+++ b/var.lua
@@ -259,6 +259,18 @@ function loadVar()
v2.v1gun = 203
v2.v1gunTimer = 1
v2.v1gunFire = false
+ v2.lid = {}
+ v2.lid.lowy = 25
+ v2.lid.upy = -25
+ v2.lid.lowyd = 25
+ v2.lid.upyd = -25
+ v2.lid.bTimer = math.random(4,8)
+ v2.lid.b = false
+ v2.maskFrame = 0
+ v2.c.eyex = 0
+ v2.c.eyey = 0
+ v2.c.eyetx = 0
+ v2.c.eyety = 0
expl.deb[1].x = 0
expl.deb[1].y = 0
expl.deb[1].ym = 5