Example #1
0
 public void Initialize(GameContext context)
 {
 }
Example #2
0
 public void UnloadContent(GameContext context)
 {
 }
Example #3
0
 public void LoadContent(GameContext context)
 {
     newGame = context.Content.Load <Texture2D>("space/newgame");
     exit    = context.Content.Load <Texture2D>("space/exit");
 }