Exemplo n.º 1
0
 public void Draw(SpriteBatch spriteBatch, Vector2 cameraLoc)
 {
     sprite.Draw(spriteBatch, mario.Location, cameraLoc, mario.FacingRight);
 }
Exemplo n.º 2
0
 public void Draw(SpriteBatch spriteBatch, Vector2 cameraLoc)
 {
     sprite.Draw(spriteBatch, goomba.returnLocation(), cameraLoc, true);
 }
 public void Draw(SpriteBatch spriteBatch, Vector2 cameraLoc)
 {
     AnimatedKoopa.Draw(spriteBatch, location, cameraLoc, FacingRight);
 }
Exemplo n.º 4
0
 public void Draw(SpriteBatch spriteBatch, Vector2 cameraLoc)
 {
     poleSprite.Draw(spriteBatch, location, cameraLoc, true);
 }
Exemplo n.º 5
0
 public void Draw(SpriteBatch spriteBatch, Vector2 cameraLoc)
 {
     AnimIceSmileyCloud.Draw(spriteBatch, location, cameraLoc, true);
 }