Skip to content
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

Better movement methods #6

Open
nicholasosaka opened this issue Apr 22, 2020 · 0 comments
Open

Better movement methods #6

nicholasosaka opened this issue Apr 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nicholasosaka
Copy link
Owner

nicholasosaka commented Apr 22, 2020

Movement methods should be used like:
someShape.moveUp(distance, increment) or someShape.moveUp(distance) with a default increment given.

Currently, movement is done like:
gameWindow.moveUp(someShape, distance, increment)
This does not effectively correlate how movement works in the real world.

@nicholasosaka nicholasosaka self-assigned this Apr 22, 2020
@nicholasosaka nicholasosaka added the bug Something isn't working label Apr 22, 2020
@nicholasosaka nicholasosaka added enhancement New feature or request and removed bug Something isn't working labels May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant