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

Bouncing #14

Open
kingoftheconnors opened this issue Sep 12, 2018 · 0 comments
Open

Bouncing #14

kingoftheconnors opened this issue Sep 12, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@kingoftheconnors
Copy link
Member

kingoftheconnors commented Sep 12, 2018

When a possessed object (a.k.a table) hits a wall, it bounces off, but it doesn't bounce like a ball or real-world object would. A ball in real life would:

      |    /
      |  /
      |O
      |  \
      |    \|

But in the game it just bounces in the direction it came from:

    |    /  /|
    | |/  /
    | O  O
    |
    |

This should be fixed so bouncing is more realistic and when a table misses you and bounce off a wall, it doesn't just fly backwards, contrary to what the player would expect.

@kingoftheconnors kingoftheconnors added the enhancement New feature or request label Sep 12, 2018
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