Exemplo n.º 1
0
 public void Draw(SpriteBatch sprites)
 {
     new ViewBackgroundColor(Color.Black).Draw();
     sprites.Draw(mapTexture, new Rectangle(0, 0, 1408, 1088), Color.White);
     playerChar.Draw(sprites);
     mailbox.Draw(sprites);
 }