Compare commits

...

1 Commits

Author SHA1 Message Date
Ishaan Bhardwaj
9982613e26 Removed the BG limit, because someone is a madman 2020-10-09 17:55:22 -04:00

View File

@@ -145,7 +145,7 @@ function KonohaGame:onLineClear(cleared_row_count)
end end
function KonohaGame:getBackground() function KonohaGame:getBackground()
return math.min(math.floor(self.level / 100), 9) return math.floor(self.level / 100)
end end
function KonohaGame:drawScoringInfo() function KonohaGame:drawScoringInfo()