diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-19 20:10:17 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-19 20:10:17 -0700 |
| commit | c1316f7ea695b3c4ebdf179a3a5ed44e5bd4926c (patch) | |
| tree | 08efed00f9e793253009065cc7e834bdcdcc4507 /virus1.lua | |
| parent | f266540b1784dd5dea85722948651173e8964399 (diff) | |
Made virus chat bubble slightly bigger.
Diffstat (limited to 'virus1.lua')
| -rw-r--r-- | virus1.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ function drawVirusFight1() love.graphics.draw(v1.c.pupil, v1.c.x+7+v1.c.eyex+math.random(0,0.5), v1.c.y-28+v1.c.eyey+math.random(0,0.5), v1.c.r, v1.c.s*1.2, v1.c.s*1.2, 3, 11) playAnimation(v1.c.idle, true, v1.c.x, v1.c.y, v1.c.r, v1.c.s, 100, 100, 0.5) if v1.c.shine.s < -50 and v1.msgs[v1.c.chat.msgs] ~= nil then - drawBubble(v1.c.x+40, v1.c.y-165, 300, 110, v1.c.chat.msg) + drawBubble(v1.c.x+40, v1.c.y-165, 300, 115, v1.c.chat.msg) if (sys.mouse.p.x >= v1.c.x+40 and sys.mouse.p.x <= v1.c.x+40+300 and sys.mouse.p.y >= v1.c.y-165 and sys.mouse.p.y <= v1.c.y-165+110 and v1.c.chat.next == false and sys.mouse.drag == false) then |
