aboutsummaryrefslogtreecommitdiff
path: root/virus1.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-04-27 14:44:04 -0700
committer1029chris <1029chris@gmail.com>2016-04-27 14:44:04 -0700
commit629468be9f5fc781445d3163920baf0988b5ea3e (patch)
treec268a414ba3cc9a7139600057cd8134d84e1339b /virus1.lua
parentf7af07c2cacb8893e1080ec16765682ae455db1e (diff)
Made UFO smaller, removed glass
Diffstat (limited to 'virus1.lua')
-rw-r--r--virus1.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/virus1.lua b/virus1.lua
index 3ad3cfb..097fe5d 100644
--- a/virus1.lua
+++ b/virus1.lua
@@ -145,8 +145,8 @@ 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.chat.msgs > 28 then
- love.graphics.draw(v1.ufoBottom, v1.c.x-368, v1.c.y-120, 0, v1.c.s*2)
- love.graphics.draw(v1.ufoTop, v1.c.x-368, v1.c.y-120, 0, v1.c.s*2)
+ love.graphics.draw(v1.ufoBottom, v1.c.x-368/2*1.2+5, v1.c.y-110+60, 0, v1.c.s*1.2)
+ love.graphics.draw(v1.ufoTop, v1.c.x-368/2*1.2+5, v1.c.y-110+60, 0, v1.c.s*1.2)
end
if v1.c.chat.msgs == 2 then
v1.c.xd = sys.w/2
@@ -169,7 +169,7 @@ function drawVirusFight1()
v1.c.yd = -500
v1.c.xd = sys.w/2
elseif v1.c.chat.msgs == 29 then
- v1.c.yd = 170
+ v1.c.yd = 140
v1.c.xd = sys.w/2
end
if v1.c.shine.s < -50 and v1.msgs[v1.c.chat.msgs] ~= nil then