Esempio n. 1
0
 public HighscoreScreen()
 {
     backgroundImage = new Image();
     header = new Text();
     highscores = new Text[5];
     backButton = new TextButton();
     cursor = new Cursor();
 }
Esempio n. 2
0
 public MainMenu()
 {
     cursor = new Cursor();
     backgroundImage = new Image();
     singleplayerButton = new TextButton();
     splitscreenButton = new TextButton();
     networkButton = new TextButton();
     highscoreButton = new TextButton();
     settingsButton = new TextButton();
     exitButton = new TextButton();
     titleImage = new Image();
 }