mut chagne
This commit is contained in:
parent
a98a13b7de
commit
91b7cb775b
@ -96,7 +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();
|
||||||
println!("\n\rEnter 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