Exemplo n.º 1
0
 public static void DrawTexture(StaticTextures texture, Vector2 vector, Color color)
 {
     SpriteBatch.Draw(_textures[texture], vector, color);
 }
Exemplo n.º 2
0
 public static void DrawTexture(StaticTextures texture, Rectangle rectangle, Color color)
 {
     SpriteBatch.Draw(_textures[texture], rectangle, color);
 }