Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjison committed Dec 22, 2024
1 parent 4353af2 commit e8664a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/flalighthouses/fla_lighthouses.star
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit e8664a3

Please sign in to comment.