Skip to content

tile map collision bug #6164

Answered by peterlee-dev
peterlee-dev asked this question in Q&A
Discussion options

You must be logged in to vote

I solve this problem

 physics: {
        default: 'arcade',
        arcade: {
            debug: true,
            gravity: { y: 2000 },
            tileBias: 128
        }
    },```

default tileBias is 16px but my tile size is 128px.
i changed tileBias to 128.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by peterlee-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #6162 on July 04, 2022 14:19.