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