jacobnb / EGP410_Assignment4

EGP410 group assignment.
0 stars 0 forks source link

Sprites can loop around the screen if the path is along the edge of the screen #7

Closed jacobnb closed 5 years ago

jacobnb commented 5 years ago

One fix is making the sprites not loop which should just be a member variable.

jacobnb commented 5 years ago

done