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

Player projectiles don't always go toward mouse #23

Open
plexsoup opened this issue Mar 15, 2019 · 3 comments
Open

Player projectiles don't always go toward mouse #23

plexsoup opened this issue Mar 15, 2019 · 3 comments

Comments

@plexsoup
Copy link
Contributor

I think after we added the initial velocity to the player projectiles, it messed up the direction.

One possible solution would be to take out the initial_vel, ramp up the speed of the arrows a bit, then extend the collision box a bit past the back and front of the arrow.

@kvonspiczak
Copy link
Contributor

initial velocity removed

@plexsoup plexsoup reopened this Mar 20, 2019
@plexsoup
Copy link
Contributor Author

projectiles still don't always go toward the mouse cursor.
We added initial velocity back in and set it up as one of the cheat-menu options so we can try it both ways. Neither method is perfect.

I consulted some other people and they say to make bullet velocity independent of player velocity, but make it much faster.

They also said to refer to Nuclear Throne and Enter the Gungeon as examples of twin-stick shooting done right.

@plexsoup
Copy link
Contributor Author

See also: issue #54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants