So I have some new custom textures for my level, and they require the use of connecting two textures together to create an effect. For example, a light texture that uses a separate 'glow' texture for the dynamic glow. Which program do I use to connect textures and make them behave? I want to make the red diamond texture in this image have a green light. Now, this texture works like so: there is the base texture, that is the unlit black floor texture with the unlit diamond shaped lights on it. Then there is the separate red light texture, and then a mask texture to make the base texture have a shine to it. So, how do I copy this exact same procedure, except have the red lights be green? Note: I have the required three textures (the base, the green glow, and the mask) all in their own separate texture folder, I just don't know how to make them connect.
DO NOT WANT.