aboutsummaryrefslogtreecommitdiff
path: root/virus1.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-04-19 20:10:17 -0700
committer1029chris <1029chris@gmail.com>2016-04-19 20:10:17 -0700
commitc1316f7ea695b3c4ebdf179a3a5ed44e5bd4926c (patch)
tree08efed00f9e793253009065cc7e834bdcdcc4507 /virus1.lua
parentf266540b1784dd5dea85722948651173e8964399 (diff)
Made virus chat bubble slightly bigger.
Diffstat (limited to 'virus1.lua')
-rw-r--r--virus1.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/virus1.lua b/virus1.lua
index 749fb60..b6d3f66 100644
--- a/virus1.lua
+++ b/virus1.lua
@@ -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