Now have more fancy rooms with different floors to play with.

This commit is contained in:
Zed A. Shaw 2024-12-27 12:52:23 -05:00
parent f46b5f15ef
commit 9c03e850b5
7 changed files with 96 additions and 41 deletions

View file

@ -55,5 +55,6 @@ namespace lighting {
void render_compass_light(LightSource source, Point at, PointList &has_light);
void render_circle_light(LightSource source, Point at, PointList &has_light);
Matrix &lighting() { return $lightmap; }
Matrix &paths() { return $paths.paths(); }
};
}