From 11ef7059e98555914a1bdebaae37433d64942c4e Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Thu, 18 Aug 2016 21:51:09 -0700 Subject: Did more for virus 2 fight - Added different hands - Added shotgun fire and cock sounds - Virus 2 moves around --- var.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'var.lua') 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 -- cgit