Esempio n. 1
0
 public void Draw(Graphics g)
 {
     _sprite.SetPosition(120, Direction * Height);
     _sprite.Draw(g, X, Y);
 }