pull/4/head
Ishaan Bhardwaj 2021-06-02 13:10:08 -04:00
parent 71f1d4ce32
commit 0e72e403e0
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ function ZenMode:drawScoringInfo()
love.graphics.setFont(font_3x5_3)
love.graphics.printf(
{self:getColor(self.b2b), formatBigNum(bigint.unserialize(self.score, "s"))},
{self:getColor(self.b2b), formatBigNum(tostring(self.score))},
text_x, 120, 400, "left"
)
love.graphics.printf(self.pieces, text_x, 300, 80, "left")