C# Class Project290.Screens.GameOverScreen

This instanciates a new Game Over Screen.
Inheritance: Screen
Mostra file Open project: scastle/Solitude

Public Methods

Method Description
Draw ( ) : void

Draws this instance.

GameOverScreen ( uint score ) : System

Initializes a new instance of the GameOverScreen class.

Quit ( ) : void

Quits this instance.

Update ( ) : void

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.

Method Details

Draw() public method

Draws this instance.
public Draw ( ) : void
return void

GameOverScreen() public method

Initializes a new instance of the GameOverScreen class.
public GameOverScreen ( uint score ) : System
score uint
return System

Quit() public method

Quits this instance.
public Quit ( ) : void
return void

Update() public method

Updates this instance. This makes sure that GameClock is paused, and it also updates the menu.
public Update ( ) : void
return void