예제 #1
0
 private void CreateHelpScene()
 {
     helpBackgroundTexture = Content.Load <Texture2D>("helpscreen.png");
     helpScene             = new HelpScene(this, helpBackgroundTexture);
     Components.Add(helpScene);
 }
예제 #2
0
파일: Game1.cs 프로젝트: QHebert/monogame
 private void CreateHelpScene()
 {
     helpBackgroundTexture = Content.Load<Texture2D>("helpscreen.png");
     helpScene = new HelpScene(this, helpBackgroundTexture);
     Components.Add(helpScene);
 }