Example #1
0
 public Title()
 {
     VerticalHeight = 10;
     Settings = new TitleSettings();
     Cache = new GraphicsCache();
     GameNameLabel = new SimpleLabel();
     CategoryNameLabel = new SimpleLabel();
     AttemptCountLabel = new SimpleLabel();
 }
Example #2
0
 public Title()
 {
     VerticalHeight    = 10;
     Settings          = new TitleSettings();
     Cache             = new GraphicsCache();
     GameNameLabel     = new SimpleLabel();
     CategoryNameLabel = new SimpleLabel();
     AttemptCountLabel = new SimpleLabel();
 }