From: Stephen Seo Date: Tue, 9 May 2023 07:19:17 +0000 (+0900) Subject: Add note to focus by clicking X-Git-Url: https://git.seodisparate.com/stephenseo/static/gitweb.css?a=commitdiff_plain;h=c509d5f8ee82fa72f5b6622ecdb2f8aa7f8edd3e;p=LD53 Add note to focus by clicking --- diff --git a/src/world.rs b/src/world.rs index f3e1c00..8a48e9f 100644 --- a/src/world.rs +++ b/src/world.rs @@ -70,7 +70,10 @@ impl World { is_in_range: false, score: 0, rate_multiplier: 1f32, - status_text: Some(("Ludum Dare 53:\nHouse Delivery!\n\nBy: BurnedKirby", 300)), + status_text: Some(( + "Ludum Dare 53:\nHouse Delivery!\n\nBy: BurnedKirby\n\nClick to focus!", + 300, + )), score_buf: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], music: Music::new(), lives: 3,