add modulate blend to productivityhelpers
This commit is contained in:
@@ -30,9 +30,10 @@ end
|
|||||||
Blend = {
|
Blend = {
|
||||||
Normal = 'BlendMode_Normal',
|
Normal = 'BlendMode_Normal',
|
||||||
Add = 'BlendMode_Add',
|
Add = 'BlendMode_Add',
|
||||||
|
Modulate = 'BlendMode_Modulate',
|
||||||
Multiply = 'BlendMode_WeightedMultiply',
|
Multiply = 'BlendMode_WeightedMultiply',
|
||||||
Invert = 'BlendMode_InvertDest',
|
Invert = 'BlendMode_InvertDest',
|
||||||
NoEffect = 'BlendMode_NoEffect'
|
NoEffect = 'BlendMode_NoEffect',
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Health Declarations
|
-- Health Declarations
|
||||||
|
|||||||
Reference in New Issue
Block a user