class RscPicture
{
type = 0;
style = 48;
idc = -1;
colorBackground[] = {1, 1, 1, 1};
colorText[] = {1, 1, 1, 1};
font = "Bitstream";
size = 0;
sizeEx = 1;
lineSpacing = 1.0;
};
class RscTitles
{
class RadarDisplay
{
idd=-1;
movingEnable=true;
duration=10;
name="radar";
controls[]={"pantalla"};
class pantalla : RscPicture
{
text = "radar.jpg";
x = 0.31; y = 0.15;
w = 0.38; h = 0.5;
};
};
};
Create a 256x256 jpg named radar placed in your mission folder and try CutRsc with "radar" resource.