daniu54 / earie-treasures

A 2d top-down loot-em-up with horror and stealth elements
0 stars 0 forks source link

Player is stuck in sandbox level because of misaligned physics collision polygons #64

Closed Abb4 closed 10 months ago

Abb4 commented 11 months ago

Go along the walls, square player sprite should not be stuck

softwaredev101 commented 11 months ago

Unfortunately, two tiles are still having issues in the tilemap of the sandbox level. The tile can be found at the top left corner of the entire level and triggers a collision whenever the player hugs the wall and tries to move up. So, I have to to repopen the issue

Abb4 commented 11 months ago

Could not reproduce on 38d7b6cfff594b0963bf25bcfd18dcb32486e903

wall_not_stuck

In the gif I am hugging left wall by pressing up-left at the same time. I am also hugging the upper wall by pressing up-right.

@softwaredev101 could you maybe record what you are doing

Abb4 commented 10 months ago

Seems to be fixed