Merge pull request #7853 from Mailaender/alpha-experiments

Added AlphaImage support
This commit is contained in:
Paul Chote
2015-04-25 19:03:25 +12:00
7 changed files with 28 additions and 6 deletions

View File

@@ -44,7 +44,9 @@ namespace OpenRA
SoftAdditive,
Translucency25,
Translucency50,
Translucency75
Translucency75,
Multiplicative,
DoubleMultiplicative
}
public interface IGraphicsDevice : IDisposable