Method | Description | |
---|---|---|
Draw ( ) : void |
Draws this instance.
|
|
StupidGameScreen ( int scoreboardIndex ) : System |
Initializes a new instance of the StupidGameScreen class.
|
|
Update ( ) : void |
Updates this instance.
|
Method | Description | |
---|---|---|
Reset ( ) : void |
Resets this instance. This will be called when a new game is played. Reset all of your objects here so that you do not need to reallocate the memory for them.
|
public StupidGameScreen ( int scoreboardIndex ) : System | ||
scoreboardIndex | int | The game-specific index into the scoreboard. |
return | System |