config stuff to config folder

This commit is contained in:
Llywelwyn 2023-08-23 01:31:02 +01:00
parent 705a6bb1fb
commit 424bf43ed5
12 changed files with 20 additions and 15 deletions

View file

@ -72,7 +72,7 @@ pub fn render_camera(ecs: &World, ctx: &mut Rltk) {
if map.visible_tiles[idx] {
draw = true;
} else {
fg = fg.mul(crate::config::colours::NON_VISIBLE_MULTIPLIER);
fg = fg.mul(crate::config::visuals::NON_VISIBLE_MULTIPLIER);
// We don't darken BG, because get_tile_renderables_for_id handles this.
}