Skip to content

Commit 87cf28e

Browse files
Made the text in the corner of the main menu a bit smaller
I'm trying to make the ui look better because right now its not very good
1 parent fd3cf29 commit 87cf28e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,25 +1642,25 @@ async fn main() {
16421642
&format!("Version: {}", version),
16431643
20.0,
16441644
40.0,
1645-
20,
1645+
15,
16461646
RED,
16471647
&font
16481648
);
16491649

16501650
draw_text_pro(
16511651
&format!("Latest Version: {}", latest_version),
16521652
20.0,
1653-
80.0,
1654-
20,
1653+
70.0,
1654+
15,
16551655
RED,
16561656
&font
16571657
);
16581658

16591659
draw_text_pro(
16601660
&format!("Stars: {}", stars),
16611661
20.0,
1662-
120.0,
1663-
20,
1662+
100.0,
1663+
15,
16641664
RED,
16651665
&font
16661666
);

0 commit comments

Comments
 (0)