Method | Description | |
---|---|---|
AddHighScore ( string name, int score ) : void | ||
Draw ( |
||
HighScore ( string ListFile ) : System | ||
RetreiveHighScore ( ) : void |
Retreives the Highscore list from the .xml file that contains the top 10 high scores
|
|
Update ( |
Method | Description | |
---|---|---|
DataAccess ( ) : void | ||
DeleteHighScore ( ) : void |
Used to delete a highscore based on it's placement in the highscore list
|
|
SortHighScore ( ) : void | ||
TextLenght ( string String ) : Vector2 | ||
WriteHighScore ( string _name, int _score, int _placement ) : void |
Takes the inputed highscore and name of the player and add it's to the high scorelist
|
public AddHighScore ( string name, int score ) : void | ||
name | string | |
score | int | |
return | void |
public Draw ( |
||
spriteBatch | ||
return | void |
public HighScore ( string ListFile ) : System | ||
ListFile | string | |
return | System |
public Update ( |
||
gameTime | ||
return | void |