mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 17:39:03 -06:00
Merge pull request #1 from SashLilac/master
Removed the BG limit, because someone is a madman
This commit is contained in:
commit
67abf35a28
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user