seen entities on ui

This commit is contained in:
Llywelwyn 2023-07-29 00:12:03 +01:00
parent a3ffb7d251
commit 2d4758ced1
4 changed files with 97 additions and 11 deletions

View file

@ -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")