Commit graph

5 commits

Author SHA1 Message Date
def79386d8 Move the renderable part of Entity to a Renderable component
Move symbol, render order, foreground, and background properties on Entity
to a new Component called Renderable.
2023-03-11 00:58:58 -08:00
f78bc39e3b Clean up a few type checker things 2023-03-11 00:57:15 -08:00
078520678d Figure out (finally!) the mouse coordinates in the MapWindow 2023-03-10 23:53:08 -08:00
2d82d9834f Do pathfinding from the hero to the mouse point
It works finally! And uses A*!
2023-03-07 22:18:31 -08:00
a8bbc47668 Move all interface Windows to their own modules in interface.window 2023-03-07 21:44:19 -08:00