Is there any way to change what blending mode an image uses, like additive, screen, multiply etc? Otherwise, how are you supposed to make good looking explosions. Especially for particles.
I know you can change the alpha, but thats not what I'm talking about. I mean the blending mode, like the way you can set layer blending modes in Photoshop, or other game engines. Additive blending is a very common blending mode used on explosions. This is a must have feature. Unless your explosion are 100% opague, they look dull, unless they are blended with additive mode. All games use additive blending for explosion effects, unless they are masked oldschool type games.
GameSalad introduced support for additive blending in 0.6.0. Now, in 0.8.9, we have added two additional modes: Screen and Multiply! For more information, see:
Comments
http://gamesalad.com/wiki/interface_reference:actor_attributes#graphics
I was going to request multiply!