Fixed the garbage pausing problem in Phantom Mania 2.

This commit is contained in:
Joe Zeng
2020-11-07 01:12:13 -05:00
parent 28b455fcc0
commit 91a87fea73
4 changed files with 34 additions and 27 deletions

View File

@@ -16,6 +16,7 @@ SurvivalA3Game.tagline = "The blocks turn black and white! Can you make it to le
function SurvivalA3Game:new()
SurvivalA3Game.super:new()
self.level = 0
self.grade = 0
self.garbage = 0
self.clear = false