game-programming-patterns
game-programming-patterns copied to clipboard
State chapter has overlapping sidenotes
Under the Where Are the State Objects? heading, two sidenotes overlap, making both difficult to read. One mentions Flyweight pattern, the other is about state functions.
Aside name=fn is long enough that it overlaps aside name=flyweight. https://raw.githubusercontent.com/munificent/game-programming-patterns/master/book/state.markdown
this seems to be related to https://github.com/munificent/craftinginterpreters/issues/292