Minor tweak to score

This commit is contained in:
Stephen Seo 2023-04-29 16:20:24 +09:00
parent 37fbef4009
commit f2df3f9a5a

View file

@ -224,7 +224,7 @@ impl World {
}
crate::custom_text(self.str_buf, width, 160 - width as i32 * 8, 0);
} else {
crate::text("9999999999", 160 - 10 * 8, 0);
crate::text("99999999999999", 160 - 10 * 8, 0);
}
}
}