ACE3/documentation/framework/goggles-framework.md
2015-08-23 21:03:00 +02:00

400 B

layout title description group order parent
wiki Goggles framework framework 5 wiki

1.

class CfgGlasses {
    class None;

    class G_bananas:None{
        ACE_TintAmount=COLOUR*2;  // Amount of tint, the color is picked from ACE_Color
        ACE_Color[] = {0,0,-1};  // If anyone knows please do tell
        ACE_Resistance = 1;  // Resistance to breaking.
    };
};