Skip to content

Commit bb160f1

Browse files
Made the level name text not clip into the back button on level select
uhhhh yeah
1 parent f5bf703 commit bb160f1

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
@@ -1619,11 +1619,11 @@ async fn main() {
16191619
&main_levels[current_level as usize].name,
16201620
screen_width() / 2.0 - measure_text_ex(
16211621
&main_levels[current_level as usize].name,
1622-
40,
1622+
25,
16231623
&font
16241624
) / 2.0,
16251625
100.0,
1626-
40,
1626+
25,
16271627
RED,
16281628
&font
16291629
);

0 commit comments

Comments
 (0)