andengine activity bg not fit the screen
问题 I have set bg for the menu page in my simple game developing using andengine. I have Set the bg as public class MenuActivity extends SimpleBaseGameActivity implements IOnMenuItemClickListener { private static int CAMERA_WIDTH = 480; private static int CAMERA_HEIGHT = 800; private Camera mCamera; private ITextureRegion mBackgroundTextureRegion; protected static final int MENU_RESET = 0; protected static final int MENU_QUIT = MENU_RESET + 1; private Font mFont; protected MenuScene mMenuScene;