add modulate blend to productivityhelpers

This commit is contained in:
AJ Kelly
2010-08-25 01:42:37 -05:00
parent a54405a332
commit eedc7e5082
@@ -30,9 +30,10 @@ end
Blend = {
Normal = 'BlendMode_Normal',
Add = 'BlendMode_Add',
Modulate = 'BlendMode_Modulate',
Multiply = 'BlendMode_WeightedMultiply',
Invert = 'BlendMode_InvertDest',
NoEffect = 'BlendMode_NoEffect'
NoEffect = 'BlendMode_NoEffect',
}
-- Health Declarations