浏览代码

Missing TODO

Herbert Wolverson 5 年之前
父节点
当前提交
c92f7e2dd3
共有 1 个文件被更改,包括 2 次插入0 次删除
  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.