diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-14 14:14:28 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-14 14:14:28 -0700 |
| commit | 25e9da105599b81e941ebce43dbd3e2ed2f1bf85 (patch) | |
| tree | c774dba6762d9cd2deb4e6ba96a85e520c10fe43 /assets.lua | |
| parent | 85a2c861b5f49a12a46949b46b12d68f1f4359e6 (diff) | |
Giving the virus dialogue
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -97,6 +97,12 @@ function loadAssets() } v1.msgs = {} v1.c = {} + v1.c.chat = {} + v1.c.chat.next = false + v1.c.chat.msgs = 1 + v1.c.chat.msg = "" + v1.c.chat.sp = 0.5 + v1.c.chat.char = 0 v1.c.idle = {} v1.c.idle.fs = {} v1.c.idle.pic = love.graphics.newImage("assets/virus1_idle.png") |
