Herbert Wolverson vor 5 Jahren
Ursprung
Commit
c92f7e2dd3
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      book/src/chapter_5.md

+ 2 - 0
book/src/chapter_5.md

@@ -543,6 +543,8 @@ pub fn draw_map(ecs: &World, ctx : &mut Rltk) {
 
 If you `cargo run` your project, you will now have visible tiles as slightly cyan floors and green walls - and grey as they move out of view. Performance should be great! Congratulations - you now have a nice, working field-of-view system.
 
+TODO: SCREENSHOT
+
 ---
 
 Copyright (C) 2019, Herbert Wolverson.