Closed GJBoth closed 1 year ago
I was planning on changing the pupils to get rid of the ugly lambda field: square_pupil(field, diameter) stuff in some of the sources but realized just changing them to a partial is much nicer. So this PR literally only does that.
lambda field: square_pupil(field, diameter)
Nice :+1:
I was planning on changing the pupils to get rid of the ugly
lambda field: square_pupil(field, diameter)
stuff in some of the sources but realized just changing them to a partial is much nicer. So this PR literally only does that.