Closed VedVid closed 1 year ago
Inverted axis?
For debugging this issue, it is required to replace silenced exceptions in sprite_tracker with general Exception that prints to console.
With nearly all Exceptions set to generic ones in SpriteTracker, it seems that only Tiles are problematic. Enemies and MapObject instances are being found correctly.
On the right and left sides, the upper and lower tiles are not highlighted. On the bottom side, also the upper tile is not highlighted! On the top, everything seems all right. Exceptions are being thrown, but that's expected as there is no "upper tile" there. The lower tile is highlighted correctly.
'NoneType' object has no attribute 'sprite_targeted'