Arena/Bossfight now maps mouse coordinates better.

This commit is contained in:
Zed A. Shaw 2025-12-20 12:05:45 -05:00
parent 4b4f9b3916
commit d4d8d8ca99
2 changed files with 5 additions and 3 deletions

View file

@ -29,7 +29,8 @@ namespace boss {
boss::UI $ui;
DinkyECS::Entity $host = DinkyECS::NONE;
components::Combat* $host_combat = nullptr;
gui::routing::Router $router;
gui::routing::Router $router{};
sf::Vector2f $mouse_pos{};
Fight(shared_ptr<DinkyECS::World> world,
DinkyECS::Entity boss_id,