Пример #1
0
 public override void LoadContent()
 {
     background     = Load <Texture2D>(@"Images\instructions");
     font           = Load <SpriteFont>(@"Fonts\MenuFont");
     gameplayScreen = new GameplayScreen(theme);
 }