chagnes
This commit is contained in:
parent
29ae520ea8
commit
5777eaab1d
@ -96,8 +96,7 @@ fn title_screen() -> Size
|
||||
println!("Enter map width:");
|
||||
cursor.goto(17, 15);
|
||||
let width = crossterm.input().read_line().unwrap();
|
||||
cursor.goto(0, 16);
|
||||
println!("Enter map height:");
|
||||
println!("\r\nEnter map height:");
|
||||
cursor.goto(17, 16);
|
||||
let height = crossterm.input().read_line().unwrap();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user