Skip to content

Commit

Permalink
Update ppb/features/default_sprites.py
Browse files Browse the repository at this point in the history
Co-authored-by: Piper Thunstrom <pathunstrom@gmail.com>
  • Loading branch information
serin-delaunay and pathunstrom authored May 7, 2020
1 parent 24da6f8 commit 9a30bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppb/features/default_sprites.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import math


class TargetSprite(ppb.sprites.BaseSprite):
class TargetSprite(ppb.Sprite):
"""Sprite that moves to a given target.
:param target: Vector that the sprite moves towards.
Expand Down

0 comments on commit 9a30bce

Please sign in to comment.