Support #394
Refactor Map to have helper that checks for lights at a square
Start date:
06/11/2025
Due date:
% Done:
0%
Estimated time:
Description
we need a helper map.hasLights(x,y) that returns the light at x,y of a map, and null if it doesn't exist. Or something like that.
Also map.lights() which returns a list of all lights, after checking tiles and calculating the map coordinates.
Then we need to change the rendering to use this api
Updated by Frank Fernandez 5 months ago
- Status changed from New to Resolved
- Assignee changed from Frank Fernandez to Jay Gischer
Should be good to go on dev.
Updated by Administrator Administrator 4 months ago
- Status changed from Resolved to Closed
Pushed in 0.29.0