diff options
| author | 1029chris <1029chris@gmail.com> | 2016-08-08 00:05:07 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-08-08 00:05:07 -0700 |
| commit | 4515e6a967d283d3921a8695f9d093ef0688902e (patch) | |
| tree | 047d4f01dc5422ca35304af556028a9fd1d29dcd /panel.lua | |
| parent | f2c4f1b45619abfd6fdd079d00adfd25e4243ef3 (diff) | |
Starting Virus 2 fight
Added scene 3
Virus 2 appears after closing a popup
Diffstat (limited to 'panel.lua')
| -rw-r--r-- | panel.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -69,7 +69,6 @@ function drawStart() start.o = false elseif start.o == false then start.o = true - --sendMessage(1, msgs[msg.c]) end end if v1.c.chat.msgs > 35 and v1.yes == true then @@ -139,7 +138,7 @@ function drawMenuItems(id) love.graphics.rectangle("fill", 35, 5+(id*55-55), 208, 50) love.graphics.setColor(colors.win.light) love.graphics.print(win[id].title, 85, 5+22+(id*55-55)) - if sys.mouse.p.p == true and v1.yes == false then + if sys.mouse.p.p == true and v1.yes == false and v2.start == false then if win[id].ex == true then win[id].ex = false win[id].s = 0.2 |
