コード例 #1
0
 public void Draw(SpriteBatch spriteBatch, Vector2 cameraLoc)
 {
     sprite.Draw(spriteBatch, mario.Location, cameraLoc, mario.FacingRight);
 }
コード例 #2
0
 public void Draw(SpriteBatch spriteBatch, Vector2 cameraLoc)
 {
     sprite.Draw(spriteBatch, goomba.returnLocation(), cameraLoc, true);
 }
コード例 #3
0
 public void Draw(SpriteBatch spriteBatch, Vector2 cameraLoc)
 {
     AnimatedKoopa.Draw(spriteBatch, location, cameraLoc, FacingRight);
 }
コード例 #4
0
 public void Draw(SpriteBatch spriteBatch, Vector2 cameraLoc)
 {
     poleSprite.Draw(spriteBatch, location, cameraLoc, true);
 }
コード例 #5
0
 public void Draw(SpriteBatch spriteBatch, Vector2 cameraLoc)
 {
     AnimIceSmileyCloud.Draw(spriteBatch, location, cameraLoc, true);
 }