Skip to content

Commit b589f49

Browse files
Merge pull request #12 from Lncvrt/fix/response-y
Fix the position of level upload response
2 parents ce89fb7 + 4393256 commit b589f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2039,7 +2039,7 @@ async fn main() {
20392039
draw_text_pro(
20402040
&level_upload_response,
20412041
screen_width() / 2.0 - measure_text_ex(&level_upload_response, 20, &font) / 2.0,
2042-
200.0,
2042+
100.0,
20432043
20,
20442044
RED,
20452045
&font

0 commit comments

Comments
 (0)