Spencer Brown
Spencer Brown
### Description of the feature For each corridor, add the ability to define dropdowns, which allow picking from fixed options to set a fixup. These would either be defined individually...
Sendificators should have some special behaviour when dealing with out-of-bounds locations (exit corridors, obs rooms). Add a new `SendificatorOOB` result, which is given an AABB for the room and a...
This adds type hints to all definitions in the package, as well as the tests. It passes mypy's strict mode, with some caveats: * `_exceptions` will break if you use...
For smooth movement, it'd be useful to be able to place only a few points, then have the postcompiler generate `path_track` entities in between these smoothly following the pattern.
**Bug Report** Mypy is inferring a `Never` in a bit of a complicated setup involving `TypeVarTuple`, `__call__` protocols and a regular `TypeVar`. If an annotated assignment is present it is...