Add Subtractive blend mode for d2k move-flash.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenRA.FileFormats.Graphics
|
||||
IGraphicsDevice Create( Size size, WindowMode windowMode );
|
||||
}
|
||||
|
||||
public enum BlendMode { None, Alpha, Additive }
|
||||
public enum BlendMode { None, Alpha, Additive, Subtractive }
|
||||
|
||||
public interface IGraphicsDevice
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user