ppb / pursuedpybear

A python game engine.
https://ppb.dev/
Artistic License 2.0
259 stars 98 forks source link

Added sprite that uses mouse as a target #710

Closed sheenarbw closed 5 months ago

sheenarbw commented 5 months ago

Based on https://github.com/ppb/pursuedpybear/issues/383

MouseTargetSprite = A sprite that chases the mouse. The issue asked for this to be named MouseMovementSprite but I think MouseTargetSprite is a more descriptive name.