Removed Level usages - class structure is broken.

This commit is contained in:
2017-02-28 11:41:00 -05:00
parent 4d4eea54bb
commit a22c47484e
2 changed files with 81 additions and 10 deletions

View File

@@ -68,5 +68,10 @@ namespace Diamond.Textures
tex.Unbind();
return tex;
}
public static Texture FromFile(string path)
{
return FromBitmap(new Bitmap(path));
}
}
}