Sonic can get stuck in solid tile #83
Labels
No labels
1. Balancing
1. Bug
1. Clean-up
1. Feature
1. Game Design
1. Improvement
2. Deliverable
2. Epic
3. Duplicate
3. Invalid
3. Need Design
3. Question
4. Battle System
4. Content
4. Debug Menu
4. Internals
4. Menus
4. Overworld
4. Sideview subgame
4. Subgame other
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: game-projects/sonic-radiance#83
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To investigate
Looks like the whole collision will tiles system will have to be improved, I feel this is the source of the problem. Instead of compute the new position, I feel that trying the collision pixel by pixel will be more sure (even if a bit more intensive)