Fixed CK to fix game over on fading torikan

pull/1/head
Ishaan Bhardwaj 2020-11-12 13:19:15 -05:00 committed by GitHub
parent c95dcc1bb9
commit e8e303ddc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 10 deletions

View File

@ -215,6 +215,7 @@ function SurvivalCKGame:advanceBottomRow(dx)
end
function SurvivalCKGame:drawGrid()
if not (self.completed or self.game_over)
if self.level >= 1500 and self.level < 1600 then
self.grid:drawInvisible(self.rollOpacityFunction1)
elseif self.level >= 1600 and self.level < 1700 then