Add note to focus by clicking

This commit is contained in:
Stephen Seo 2023-05-09 16:19:17 +09:00
parent ae8c7daf7d
commit c509d5f8ee
1 changed files with 4 additions and 1 deletions

View File

@ -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,