Suppose I have a 46*46 sprite, and I want a single digit text right in the middle on that sprite.
I created a text as well, gave it the exact same size, horizontally and vertically centered, and put them both in a container.
Problem is - the sprite uses physics, so when testing, the text is static, and the Sprite goes on bouncing for a while...
Any way of making them behave the same, like they were one single object?
Thanks!