From c04f72dccd4d519c6fa519a7fe8ac46fc3efb5cf Mon Sep 17 00:00:00 2001 From: "Elijah C. Voigt" Date: Sun, 3 Mar 2024 21:10:54 -0800 Subject: [PATCH] :shrug: The tutorial fails to init sometimes for some weird reason... --- src/tutorial.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tutorial.rs b/src/tutorial.rs index bbb0d68..7402da0 100644 --- a/src/tutorial.rs +++ b/src/tutorial.rs @@ -204,7 +204,7 @@ fn initialize_tutorial( .map(|line| TextSection { value: line.clone(), style: TextStyle { - font_size: 16.0, + font_size: 8.0, color: Color::hex(&text_visible_hex).unwrap(), font: ui_font.handle.clone(), }, @@ -253,7 +253,7 @@ fn initialize_tutorial( value: "R e s t a r t".into(), style: TextStyle { color: Color::WHITE, - font_size: 12.0, + font_size: 8.0, font: font_handle.clone(), }, }