mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 08:32:41 +00:00
The graph-mode map renderer iterated 0..maxX, emitting a blank slot for columns whose only inhabitant was a hidden secret node. In Matrix code blocks the dark background painted that gap as a phantom cell with no status mark — read in playtest as "a box missing a dot." Collapse columns with no visible nodes before laying out rows; secret columns reappear once the player visits them.