From 4393256885e60d726d14925ad30a9660eb9575ec Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sun, 25 May 2025 12:50:22 -0700 Subject: [PATCH] Fix the position of level upload response --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 7e46729..7655a17 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2039,7 +2039,7 @@ async fn main() { draw_text_pro( &level_upload_response, screen_width() / 2.0 - measure_text_ex(&level_upload_response, 20, &font) / 2.0, - 200.0, + 100.0, 20, RED, &font