Hello all,
Apologies if this has been discussed earlier, but doing a quick search, I couldn't find anything.
Is the screen centering of a cutRsc the same on all resolutions/monitors?
It looks good and centered on my screen 1680*1050, but I have no idea how it will look on other versions.
class RscTitles
{
class rm
{
idd=-1;
movingEnable=true;
duration=5;
fadein = 2;
fadeout = 3;
name="rm";
controls[]={"rm"};
class rm
{
x = - 0.65; y = - 0.4;
w = 2.3; h = 2.0;
type = 0;
idc = -1;
style = 48;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {1, 1, 1, 1};
font = BitStream;
sizeEx = 0;
lineSpacing = 0;
access = ReadAndWrite;
text = "rm.paa";
};
};
class closeup
{
idd=-1;
movingEnable=true;
duration=15;
fadein = 2;
fadeout = 3;
name="closeup";
controls[]={"closeup"};
class closeup
{
x = - 0.25; y = - 0.2;
w = 1.5; h = 1.5;
type = 0;
idc = -1;
style = 48;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {1, 1, 1, 1};
font = BitStream;
sizeEx = 0;
lineSpacing = 0;
access = ReadAndWrite;
text = "closeup.paa";
};
};
};
If it isn't automatic, which numbers do I play around with?
Thanks,
Laggy