Let's say I am making some top down game. Let's also say I am making a circular room that I want to be solid and keep the player from going outside of it. Can I make a large graphic in the shape of a circle, place the player inside of it, and have it contain that player? I have tried this, and the player warps outside the bounds of the circle graphic. I assume this is because the collision detection senses this as a collision, even if the central area is empty and so is the corresponding alpha channel. If this is the case, what is the best way to create my circular room and have collision detection work correctly?