Figure out (finally!) the mouse coordinates in the MapWindow

This commit is contained in:
Eryn Wells 2023-03-10 23:53:08 -08:00
parent 1018febeab
commit 078520678d
4 changed files with 112 additions and 58 deletions

View file

@ -44,7 +44,6 @@ class Interface:
hero = self.engine.hero
self.info_window.update_hero(hero)
self.map_window.update_drawable_map_bounds()
sorted_entities = sorted(self.engine.entities, key=lambda e: e.render_order.value)
self.map_window.entities = sorted_entities