Kod: Zaznacz cały
class My_Button
{
idc = -1;
type = CT_BUTTON;
style = ST_LEFT;
default = false;
font = Bitstream;
sizeEx = 0.03;
colorText[] = { 0, 0, 0, 1 };
colorFocused[] = { 1, 0, 0, 1 };
colorDisabled[] = { 0, 0, 1, 1 };
colorBackground[] = { 1, 1, 1, 1 };
colorBackgroundDisabled[] = { 1, 1, 1, 0.5 };
colorBackgroundActive[] = { 1, 1, 1, 1 };
offsetX = 0.003;
offsetY = 0.003;
offsetPressedX = 0.002;
offsetPressedY = 0.002;
colorShadow[] = { 0, 0, 0, 0.5 };
colorBorder[] = { 0, 0, 0, 1 };
borderSize = 0;
soundEnter[] = { "", 0, 1 };
soundPush[] = { "", 0, 1 };
soundClick[] = { "", 0, 1 };
soundEscape[] = { "", 0, 1 };
x = 0;
y = 0,2;
w = 0.2;
h = 0.2;
text = "Set Maximum Fog";
action = "hint ""Yes Yes Yes""";
};
Jakie komendy tam można wpisawać a jakie nie?
Z góry dziękuje za pomoc.