You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TilemapManager should provide a series of functions to aid in iterating areas of the map.
Ideal implementation would create some kind of trait that the iterator functions can take that would return an area. Functions would then be able to take the trait and get the tiles requested and return an iterator over those requested tiles
The text was updated successfully, but these errors were encountered:
TilemapManager should provide a series of functions to aid in iterating areas of the map.
Ideal implementation would create some kind of trait that the iterator functions can take that would return an area. Functions would then be able to take the trait and get the tiles requested and return an iterator over those requested tiles
The text was updated successfully, but these errors were encountered: