-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(WIP) TargetSprite #456
(WIP) TargetSprite #456
Conversation
Alter subclass.
Correct name of linear speed test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one major change, is suggested so you can just accept that and we can merge this. Thanks for your first contribution!
Co-authored-by: Piper Thunstrom <pathunstrom@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, tests pass, any other polishing can be done in other PRs.
bors r+
Class
TargetSprite
with parameterstarget
andspeed
. Moves towards target at the given speed, and stops there. Will resolve #382.