You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, in this project, we configured the sprite with:
{
"pivot": {
"x": 45,
"y": -70
},
}
Which uses the sprite's center point as its pivot.
The click event is not triggered if we click at most of the area of the sprite. It is triggered only when we click at the right-bottom part of the sprite.
Screen.Recording.2024-07-03.at.15.06.14.mov
The text was updated successfully, but these errors were encountered:
There is issue with click on a sprite with pivot.
For example, in this project, we configured the sprite with:
Which uses the sprite's center point as its pivot.
The click event is not triggered if we click at most of the area of the sprite. It is triggered only when we click at the right-bottom part of the sprite.
Screen.Recording.2024-07-03.at.15.06.14.mov
The text was updated successfully, but these errors were encountered: