private void CreateHelpScene() { helpBackgroundTexture = Content.Load <Texture2D>("helpscreen.png"); helpScene = new HelpScene(this, helpBackgroundTexture); Components.Add(helpScene); }
private void CreateHelpScene() { helpBackgroundTexture = Content.Load<Texture2D>("helpscreen.png"); helpScene = new HelpScene(this, helpBackgroundTexture); Components.Add(helpScene); }