コード例 #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);
 }