diff --git a/apps/flalighthouses/fla_lighthouses.star b/apps/flalighthouses/fla_lighthouses.star index a717be1ba..3086ba5f7 100644 --- a/apps/flalighthouses/fla_lighthouses.star +++ b/apps/flalighthouses/fla_lighthouses.star @@ -50,8 +50,8 @@ FLORIDA_LIGHTHOUSES = [ ] MAP_CITIES_COLOR = "#f00" -VISITED_COLOR = "FFFF00" #"#9b870c" -UNVISITED_COLOR = "565a06" #"#f5e31d" +VISITED_COLOR = "FFFF00" #"#9b870c" +UNVISITED_COLOR = "565a06" #"#f5e31d" BRIGHT_OUTLINE_COLOR = "#fff" DULL_OUTLINE_COLOR = "#111" @@ -137,7 +137,6 @@ def get_map_points(map_coordinates, map_area, pixel_area, config = []): else: map_array[x][y] = 1 - return map_array def append_items_to_render(children, points, color):