We now have a full map that's basically the same mapping system from Roguish. There's a bug right now where it needs you to move once to calc the light and it's not being centered, but it does work.

This commit is contained in:
Zed A. Shaw 2025-02-07 19:32:00 -05:00
parent 55b67dcf5d
commit d798d154ae
22 changed files with 1270 additions and 47 deletions

View file

@ -6,7 +6,7 @@ reset:
%.cpp : %.rl
ragel -o $@ $<
build:
build: ansi_parser.cpp
meson compile -j 10 -C builddir
release_build: