refactor, and overmap (heavy wip)
This commit is contained in:
parent
746de971f0
commit
38eed3e483
6 changed files with 89 additions and 56 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue