tvl-depot/src/Xanthous/Game
Griffin Smith 87fedcb6c9 Add draw priority
Rather than blindly taking one entity from the list when we have
multiple entities on the same tile, add a `drawPriority` method to the
Draw typeclass which allows individual entities to request to be drawn
on top - this avoids the "noodles floating over your head" bug we saw
before.
2019-10-16 12:10:59 -04:00
..
Arbitrary.hs Add debug command to reveal the game 2019-09-28 15:03:36 -04:00
Draw.hs Add draw priority 2019-10-16 12:10:59 -04:00
Lenses.hs Don't walk gormlaks into walls 2019-10-15 22:54:31 -04:00
Prompt.hs Allow eating edible items 2019-10-06 12:50:29 -04:00
State.hs Add draw priority 2019-10-16 12:10:59 -04:00