From: Stephen Seo Date: Sat, 29 Apr 2023 07:20:24 +0000 (+0900) Subject: Minor tweak to score X-Git-Tag: ldjam_compo~12 X-Git-Url: https://git.seodisparate.com/stephenseo/css/v4-font-face.min.css?a=commitdiff_plain;h=f2df3f9a5a29d948968d080bdd0e927b2fa52c63;p=LD53 Minor tweak to score --- diff --git a/src/world.rs b/src/world.rs index 71db0d5..ed0ac57 100644 --- a/src/world.rs +++ b/src/world.rs @@ -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); } } }