Skip to content

Commit 1275b2b

Browse files
Made the font size of the level name on the online level page smaller
It clipped out of the screen a lot lol
1 parent df17d9f commit 1275b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,9 +2075,9 @@ async fn main() {
20752075
GameState::LevelPage => {
20762076
draw_text_pro(
20772077
&online_level_name,
2078-
screen_width() / 2.0 - measure_text_ex(&online_level_name, 50, &font) / 2.0,
2078+
screen_width() / 2.0 - measure_text_ex(&online_level_name, 30, &font) / 2.0,
20792079
150.0,
2080-
50,
2080+
30,
20812081
WHITE,
20822082
&font
20832083
);

0 commit comments

Comments
 (0)