You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'upstream/development' into using_shapely_to_find_line_of_sight (#788)
1. Replaced all geometry collision test with shapely functions.
2. Replaced math.sqrt function with math.hypot in get_distance function because hypot is faster - see math module documentation.
3. Removed some redundant local assignments in sprite_list.py functions with straightforward returns.
Co-authored-by: akapkotel <[email protected]>
0 commit comments