Sakura beta v2.k

pull/13/head
Ishaan Bhardwaj 2021-01-02 14:10:01 -05:00
parent 8d954cabc2
commit 305d07e10a
1 changed files with 3 additions and 1 deletions

View File

@ -441,7 +441,9 @@ function SakuraGame:drawCustom()
love.graphics.printf("EXCELLENT!", 64, 180, 160, "center")
love.graphics.setFont(font_3x5_2)
love.graphics.printf("...but let's go\nbetter next time", 64, 220, 160, "center")
if self.current_map ~= 27 then
love.graphics.printf("...but let's go\nbetter next time", 64, 220, 160, "center")
end
end
end