aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-08-18 21:51:09 -0700
committer1029chris <1029chris@gmail.com>2016-08-18 21:51:09 -0700
commit11ef7059e98555914a1bdebaae37433d64942c4e (patch)
treeb324c2bdc1da63d3e96eab4614b48ad407922595 /var.lua
parent353b8a912101d6f20eae1301805765d1223005a9 (diff)
Did more for virus 2 fight
- Added different hands - Added shotgun fire and cock sounds - Virus 2 moves around
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/var.lua b/var.lua
index 91a8c1b..fea9bc3 100644
--- a/var.lua
+++ b/var.lua
@@ -197,6 +197,12 @@ function loadVar()
v2.c.y = sys.h/2
v2.c.s = 1
v2.c.r = 0
+ v2.c.xd = 0
+ v2.c.yd = 0
+ v2.c.spx = 0
+ v2.c.spy = 0
+ v2.c.sp = 1
+ v2.c.angle = 0
v2.startTime = 0
v2.start = false
v2.startPopups = 10
@@ -208,6 +214,7 @@ function loadVar()
v2.c.chat.sp = 0.5
v2.c.chat.char = 0
v2.c.chat.time = 0
+ v2.c.handp = "idle"
expl.deb[1].x = 0
expl.deb[1].y = 0
expl.deb[1].ym = 5