diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-19 10:41:58 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-19 10:41:58 -0700 |
| commit | 37f3f6f4a8fb8f84f46d8f31f469721604a5cc08 (patch) | |
| tree | 1376f152c403b5b5504a0475c2ae2cd7e2ee06f8 /assets.lua | |
| parent | 6d54f2c8edbef92f04c55a7a281eb4f2713098c6 (diff) | |
Virus moves to center of the screen after first message
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -139,6 +139,12 @@ function loadAssets() v1.c.y = 0 v1.c.s = 1 v1.c.r = 0 + v1.c.xd = 0 + v1.c.yd = 0 + v1.c.spx = 0 + v1.c.spy = 0 + v1.c.sp = 2 + v1.c.angle = 0 v1.c.load = false expl = {} expl.frames = {} |
