wardini / SDPySummerJam

San Diego Python Pygame Summer Jam Contest Entry
2 stars 0 forks source link

Fixes Star class check_near() #5

Closed benjamin-abrams closed 4 months ago

benjamin-abrams commented 4 months ago

Star.check_near() now works correctly. Uses pygame vector math to calculate the distance from current mouse pos to an individual star.