Method | Description | |
---|---|---|
Dialogue ( Microsoft.Xna.Framework.Game game, string text ) : System |
The Dialogue constructor - takes 2 parameters
|
|
Draw ( |
Draws the textbox and four lines of text to the screen.
|
|
Pause ( ) : void | ||
Resume ( ) : void | ||
Update ( |
Checks to see if the space key is down. If it is, the first element of the List is removed. Holding down the space key sets canMove to false. Releasing sets canMove to true.
|
public Dialogue ( Microsoft.Xna.Framework.Game game, string text ) : System | ||
game | Microsoft.Xna.Framework.Game | The current game |
text | string | The message that will be displayed |
return | System |
public Draw ( |
||
spriteBatch | The sprite batch | |
return | void |
public Update ( |
||
gameTime | The game time | |
return | void |