diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-08 14:46:34 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-08 14:46:34 -0700 |
| commit | c5e039551ce51d3cfefa9e8bb73deb3c8d4fbb7f (patch) | |
| tree | 83da98caead0c5f0b3380e6f8998915423709607 /assets.lua | |
| parent | bd692e7749f8158319a7c3ed76d82a2abeee2710 (diff) | |
Finally finished the virus 1 intro animation
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -101,6 +101,12 @@ function loadAssets() v1.c.shine.sm1 = true v1.c.shine.sm2 = true v1.c.shine.ct = 0 + v1.c.shine.opa = 255 + v1.c.x = 0 + v1.c.y = 0 + v1.c.s = 1 + v1.c.r = 0 + v1.c.load = false expl = {} expl.frames = {} expl.pic = love.graphics.newImage("assets/explosion.png") |
