mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:19:02 -06:00
Removed the BG limit, because someone is a madman
This commit is contained in:
parent
4cb20101b0
commit
9982613e26
@ -145,7 +145,7 @@ function KonohaGame:onLineClear(cleared_row_count)
|
||||
end
|
||||
|
||||
function KonohaGame:getBackground()
|
||||
return math.min(math.floor(self.level / 100), 9)
|
||||
return math.floor(self.level / 100)
|
||||
end
|
||||
|
||||
function KonohaGame:drawScoringInfo()
|
||||
|
Loading…
Reference in New Issue
Block a user