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