diff options
| author | 1029chris <1029chris@gmail.com> | 2016-03-19 23:48:34 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-03-19 23:48:34 -0700 |
| commit | dc55600ed4bcda14d99fe7f0d15be05af3255ab1 (patch) | |
| tree | e1053beaa20d64651faab78e323c0239884c7644 /var.lua | |
| parent | 48a664a8f4e048aef5a03113fcb2a59e02102914 (diff) | |
Added explosion, and explosion debris.
Diffstat (limited to 'var.lua')
| -rw-r--r-- | var.lua | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -138,4 +138,23 @@ function loadVar() virus1.introplay = false virus1.explodeintro = false virus1.explodeintrotimer = 0 + expl.deb[1].x = 0 + expl.deb[1].y = 0 + expl.deb[1].ym = 5 + expl.deb[1].xm = -13 + expl.deb[1].r = math.rad(0) + expl.deb[1].rm = math.rad(-2) + expl.deb[2].x = 0 + expl.deb[2].y = 0 + expl.deb[2].ym = 7 + expl.deb[2].xm = 23 + expl.deb[2].r = math.rad(0) + expl.deb[2].rm = math.rad(3) + expl.deb[3].x = 0 + expl.deb[3].y = 0 + expl.deb[3].ym = 2 + expl.deb[3].xm = 10 + expl.deb[3].r = math.rad(0) + expl.deb[3].rm = math.rad(1) + expl.deb.load = false end |
