Den4200 / game-jam-2020

My team's submission for Python Discord's Game Jam 2020.
https://pythondiscord.com/pages/events/game-jam-2020/
MIT License
3 stars 1 forks source link

Player is being stuck in certain tiles #9

Closed F4zii closed 4 years ago

F4zii commented 4 years ago

The player can't pass certain tiles and being glitchy.

Den4200 commented 4 years ago

This is because path finding has not yet been implemented.

F4zii commented 4 years ago

Im talking about actual movement, you can't pass between certain tiles when you can pass between others. I will record and add an attachment later on.

Den4200 commented 4 years ago

Yeah I know, you have to be exactly in the right position to be able to pass through 1 tile spaces. It’s because the movement we have right now isn’t actual path finding.

Den4200 commented 4 years ago

Fixed. The wizard was a bit too big to fit in one tile spaces, so I manually set the hitbox. 3350527