diff options
| author | 1029chris <1029chris@gmail.com> | 2017-02-14 15:55:44 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2017-02-14 15:55:44 -0800 |
| commit | dcf61eedc3f19af5a98ffd78439306ffe205ad77 (patch) | |
| tree | d8154b113e47b15c150516310b0f7792275b63b7 /virus1.lua | |
| parent | b093ea581294319fff10025501e09b90c4af3926 (diff) | |
Added save game/load game system
game auto saves when fight ends
Diffstat (limited to 'virus1.lua')
| -rw-r--r-- | virus1.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -543,6 +543,7 @@ function drawVirusFight1() if v1.explodeEndFrame >= 20 then v1.yes = false if v1.c.chat.msgs == 47 then + love.filesystem.write("savegame.txt", "v1.complete = true;virus1Lose = " .. virus1Lose .. ";") win[4].w = 200 antivirus.status = "Virus Defeated" win[4].update = true |
