Skip to content
Discussion options

You must be logged in to vote

Player's collision "sensors" are checks at specific coordinates. Default tile size is 16px, therefore, if the player moves faster than 16px per frame, there is a chance a check may miss a tile. To avoid such cases it's recommeded to place at least two tiles of collision, like the original games do:

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@TrianglyRU
Comment options

@blue-person
Comment options

@TrianglyRU
Comment options

Answer selected by blue-person
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants