Skip to content

Commit 5143936

Browse files
Moved the y of chats up a bit
It looked kinda ugly before so I changed it. Btw I had a stroke trying to type the name of this commit.
1 parent 6794c7e commit 5143936

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
@@ -2429,7 +2429,7 @@ async fn main() {
24292429

24302430
let lines: Vec<&str> = chats.split('\n').collect();
24312431
let font_size = 20;
2432-
let mut y = 150.0;
2432+
let mut y = 100.0;
24332433

24342434
for line in lines {
24352435
draw_text_pro(

0 commit comments

Comments
 (0)