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
When using P2 for physics the anchor of a sprite will automatically be set to 0.5, 0.5. As far as I saw, this behavior is not the same as when using Arcade for physics.
Normally, this shouldn't be a big deal, but I spent a lot of time figuring out why a static P2 body was not being placed at the coordinates I set when adding the sprite. Example