Esempio n. 1
0
 //Ritar ut på nytt
 public override void Draw(SpriteBatch spriteBatch)
 {
     moving.Draw(spriteBatch, pos);
     foreach (var Skott in skottlista)
     {
         Skott.Draw(spriteBatch);
     }
 }
Esempio n. 2
0
 public override void Draw(SpriteBatch spriteBatch)
 {
     moving.Draw(spriteBatch, pos);
 }