@Hawthourne, if you want to rotate a panel around its center, change its center_x/center_y. That said, I would not recommend using a panel for something like a player or an enemy. Sprite is better for that (more flexibel) and easier when changing the camera position.

You can use panels for e.g. 2d tile-based games though (e.g. see AUM 83).