Figure out (finally!) the mouse coordinates in the MapWindow
This commit is contained in:
parent
1018febeab
commit
078520678d
4 changed files with 112 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue