flame-engine / flame

A Flutter based game engine.

Home Page:https://flame-engine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HoverCallbacks not working in IsometricTileMap

tejHackerDEV opened this issue · comments

IsometricTileMap returns its size as [0,0]. Due to which HoverCallbacks not working

Current bug behavior

Hovers not working

Expected behavior

Hovers should work as other PositionComponents

Steps to reproduce

Create a tilemap with IsometricTileMap component & add desired hovercallback & do print statements

Should be solved by #3142