Esempio n. 1
0
 public SLoadingScreen(IServiceProvider serviceProvider,Options options)
 {
     content = new ContentManager(serviceProvider, "Data");
     loadingrotation = new LoadingRotation(serviceProvider,options);
     loadingstrings = new List<LoadingString>();
     pBackground = new Menu.PlayerBackground(serviceProvider);
 }
Esempio n. 2
0
 public void Unload()
 {
     loadingrotation = null;
     background.Dispose();
     content.Dispose();
     UnloadGraphicsChanged();
 }