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

Jumping mechanic is unnatual, function needs to be redone. #2

Closed
aarroz opened this issue Jan 4, 2017 · 2 comments
Closed

Jumping mechanic is unnatual, function needs to be redone. #2

aarroz opened this issue Jan 4, 2017 · 2 comments

Comments

@aarroz
Copy link
Owner

aarroz commented Jan 4, 2017

When holding down the "Jump" function, the character will move up and slow down until it falls back down. This is an unnatural form of movement that needs to be re-done in the future.

@StripedMonkey
Copy link
Collaborator

Changing the jump function to add velocity instead of directly moving the character up would add a more realistic jump however the problem that I ran into is that if you hold the spacebar you constantly go upwards. I need to figure out how to detect whether or not the player is on the ground.

@aarroz
Copy link
Owner Author

aarroz commented Jan 6, 2017

Fixed in commit 9958bff

@aarroz aarroz closed this as completed Jan 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants