HasangerGames/suroi

The water tank texture is rounded although it's hitbox is not.

pythoncat1 opened this issue · 3 comments

Describe the bug
The water tank's texture shows it to be rounded at the edges, however it's hitbox is not so you cannot go against them.

To Reproduce
Steps to reproduce the behavior:

  1. Play the game
  2. Find a water tank
  3. Attempt to go against the corners
  4. Notice that you cannot

Expected behavior
The water tank's hitbox should match the texture's corners.

This is intentional as we only have support currently for rectangular and circular hitboxes. Custom hitboxes will be added in the future.

actually i found a way to do it without complex polygon hitboxes by just using circles and rectangles lol
image

nice lol