This commit is contained in:
TimonPost 2018-08-25 11:04:42 +02:00
parent 29ae520ea8
commit 5777eaab1d

View File

@ -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();