Example #1
0
 public void LoadDefaultTheme()
 {
     CurrentTheme = new Theme(_graphics);
     _themes.Add(CurrentTheme);
 }
Example #2
0
 public void Init(GraphicsDeviceManager graphics, ContentManager content)
 {
     _graphics = graphics;
     Content = content;
     CurrentTheme = null;
 }