seen entities on ui
This commit is contained in:
parent
a3ffb7d251
commit
2d4758ced1
4 changed files with 97 additions and 11 deletions
|
|
@ -496,7 +496,6 @@ fn main() -> rltk::BError {
|
|||
let context = RltkBuilder::new()
|
||||
.with_title("rust-rl")
|
||||
.with_dimensions(DISPLAYWIDTH, DISPLAYHEIGHT)
|
||||
.with_fps_cap(60.0)
|
||||
.with_font("curses14x16.png", 14, 16)
|
||||
.with_tile_dimensions(14, 16)
|
||||
.with_simple_console(DISPLAYWIDTH, DISPLAYHEIGHT, "curses14x16.png")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue