refactor, and overmap (heavy wip)

This commit is contained in:
Llywelwyn 2023-08-27 00:06:29 +01:00
parent 746de971f0
commit 38eed3e483
6 changed files with 89 additions and 56 deletions

View file

@ -628,7 +628,7 @@ fn main() -> rltk::BError {
.with_simple_console(DISPLAYWIDTH, DISPLAYHEIGHT, "curses14x16.png")
.build()?;
if config::CONFIG.visuals.with_scanlines {
context.with_post_scanlines(data::visuals::WITH_SCREEN_BURN);
context.with_post_scanlines(config::CONFIG.visuals.with_screen_burn);
}
let mut gs = State {