finalised gamelog
This commit is contained in:
parent
8de3648bae
commit
e258767405
10 changed files with 73 additions and 224 deletions
|
|
@ -660,13 +660,13 @@ pub fn draw_ui(ecs: &World, ctx: &mut BTerm) {
|
|||
}
|
||||
|
||||
// Render the message log at [1, 7], ascending, with 7 lines and a max width of 68.
|
||||
gamelog::print_log(
|
||||
/*gamelog::print_log(
|
||||
&mut BACKEND_INTERNAL.lock().consoles[TEXT_LAYER].console,
|
||||
Point::new(1 * TEXT_FONT_MOD, 7),
|
||||
false,
|
||||
7,
|
||||
(VIEWPORT_W - 1) * TEXT_FONT_MOD
|
||||
);
|
||||
);*/
|
||||
|
||||
// Render id
|
||||
let map = ecs.fetch::<Map>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue