aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-08-08 00:05:07 -0700
committer1029chris <1029chris@gmail.com>2016-08-08 00:05:07 -0700
commit4515e6a967d283d3921a8695f9d093ef0688902e (patch)
tree047d4f01dc5422ca35304af556028a9fd1d29dcd /main.lua
parentf2c4f1b45619abfd6fdd079d00adfd25e4243ef3 (diff)
Starting Virus 2 fight
Added scene 3 Virus 2 appears after closing a popup
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index bc95ab6..868af10 100644
--- a/main.lua
+++ b/main.lua
@@ -112,6 +112,8 @@ function love.draw()
drawLoading()
elseif scene == 2 then
drawVirusFight1()
+ elseif scene == 3 then
+ drawVirusFight2()
elseif scene == 666 then
drawBSOD()
end