Property | Type | Description | |
---|---|---|---|
levelLoader |
Method | Description | |
---|---|---|
CollisionRemoval ( ) : void | ||
Draw ( |
||
Logic ( Microsoft.Xna.Framework.Content.ContentManager Content ) : System | ||
NewGame ( ) : void | ||
TextLenght ( string String ) : Vector2 | ||
Update ( |
||
bossCurrentLifeBarCalc ( ) : int | ||
bossTotalLifeBarCalc ( ) : int |
Method | Description | |
---|---|---|
HighScoreUpdate ( ) : void |
public Draw ( |
||
spriteBatch | ||
return | void |
public Logic ( Microsoft.Xna.Framework.Content.ContentManager Content ) : System | ||
Content | Microsoft.Xna.Framework.Content.ContentManager | |
return | System |
public TextLenght ( string String ) : Vector2 | ||
String | string | |
return | Vector2 |
public Update ( |
||
keyState | ||
gameTime | ||
return | void |