From 875bea34237cc5260d5b433adc16dd8e4eb60e41 Mon Sep 17 00:00:00 2001 From: polsevev Date: Sun, 26 Feb 2023 17:07:16 +0100 Subject: [PATCH] Meme --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 1cc87f4..3b0fa74 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,7 +30,7 @@ async fn main() { Err(error)=> {100} }; - draw_text("Sorting!", screen_width()*0.3, screen_height()*0.1, 100.0, GREEN); + draw_text("Sorting! Hello Thor!", screen_width()*0.3, screen_height()*0.1, 100.0, GREEN); draw_text(format!("Length: {}", length.to_string()).as_str(), screen_width()*0.83, 30., 20.0, BLACK); draw_text(&get_fps().to_string(), screen_width()*0.7, 30.0, 20.0, BLACK); root_ui().window(hash!(), Vec2::new(screen_width()*0.01, 45.), Vec2::new(250., 50.), |ui|{