2015-01-11 16:42:31 +00:00
|
|
|
|
2015-01-12 04:02:33 +00:00
|
|
|
class ACE_Tile_Base {
|
2015-01-11 16:42:31 +00:00
|
|
|
class Attributes {
|
|
|
|
font = "PuristaMedium";
|
|
|
|
color = "#E5E5E5";
|
|
|
|
align = "left";
|
|
|
|
shadow = "true";
|
|
|
|
};
|
|
|
|
class AttributesImage {
|
|
|
|
font = "PuristaMedium";
|
|
|
|
color = "#E5E5E5";
|
|
|
|
align = "left";
|
|
|
|
};
|
|
|
|
class HitZone {
|
|
|
|
left = 0.0;
|
|
|
|
top = 0.0;
|
|
|
|
right = 0.0;
|
|
|
|
bottom = 0.0;
|
|
|
|
};
|
|
|
|
class ShortcutPos {
|
|
|
|
left = 0;
|
|
|
|
top = 0;
|
|
|
|
w = 0;
|
|
|
|
h = 0;
|
|
|
|
};
|
|
|
|
class TextPos {
|
|
|
|
left = 0.01;
|
|
|
|
top = 0;
|
|
|
|
right = 0;
|
|
|
|
bottom = 0;
|
|
|
|
};
|
2015-01-12 04:02:33 +00:00
|
|
|
action = "(findDisplay 49) closeDisplay 0; 0 spawn ACE_Core_openMenu;";
|
2015-01-11 16:42:31 +00:00
|
|
|
animTextureDefault = "#(argb,8,8,3)color(1,1,1,1)";
|
|
|
|
animTextureDisabled = "#(argb,8,8,3)color(1,1,1,1)";
|
|
|
|
animTextureFocused = "#(argb,8,8,3)color(1,1,1,1)";
|
|
|
|
animTextureNormal = "#(argb,8,8,3)color(1,1,1,1)";
|
|
|
|
animTextureOver = "#(argb,8,8,3)color(1,1,1,1)";
|
|
|
|
animTexturePressed = "#(argb,8,8,3)color(1,1,1,1)";
|
|
|
|
color2[] = {0,0,0,1};
|
|
|
|
color[] = {1,1,1,1};
|
|
|
|
//colorBackground2[] = {0.75,0.75,0.75,1};
|
|
|
|
//colorBackground[] = {0,0,0,0.8};
|
|
|
|
colorBackground[] = {1, 0.647, 0, 0.5};
|
|
|
|
colorBackground2[] = {1, 0.647, 0, 0.5};
|
|
|
|
colorBackgroundFocused[] = {1, 1, 1, 0};
|
|
|
|
colorDisabled[] = {1,1,1,0.25};
|
|
|
|
colorFocused[] = {0,0,0,1};
|
|
|
|
colorText[] = {1,1,1,1};
|
|
|
|
default = 0;
|
|
|
|
font = "PuristaMedium";
|
|
|
|
idc = -1;
|
|
|
|
period = 1.2;
|
|
|
|
periodFocus = 1.2;
|
|
|
|
periodOver = 1.2;
|
|
|
|
shadow = 0;
|
|
|
|
shortcuts[] = {};
|
|
|
|
size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
|
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
|
|
|
soundClick[] = {"\A3\ui_f\data\sound\RscButtonMenu\soundClick",0.09,1};
|
|
|
|
soundEnter[] = {"\A3\ui_f\data\sound\RscButtonMenu\soundEnter",0.09,1};
|
|
|
|
soundEscape[] = {"\A3\ui_f\data\sound\RscButtonMenu\soundEscape",0.09,1};
|
|
|
|
soundPush[] = {"\A3\ui_f\data\sound\RscButtonMenu\soundPush",0.09,1};
|
|
|
|
style = "0x02 + 0xC0";
|
2015-01-12 04:02:33 +00:00
|
|
|
text = "$STR_ACE_Core_Options";
|
2015-01-11 16:42:31 +00:00
|
|
|
textureNoShortcut = "#(argb,8,8,3)color(0,0,0,0)";
|
|
|
|
tooltip = "";
|
|
|
|
tooltipColorBox[] = {1,1,1,1};
|
|
|
|
tooltipColorShade[] = {0,0,0,0.65};
|
|
|
|
tooltipColorText[] = {1,1,1,1};
|
|
|
|
type = 16;
|
|
|
|
x = "1 * (((safezoneW / safezoneH) min 1.2) / 40) + (safezoneX)";
|
|
|
|
y = "(0.1 * safezoneH + safezoneY) + 1.2 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
|
|
|
w = "15 * (((safezoneW / safezoneH) min 1.2) / 40)";
|
|
|
|
h = "1 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
|
|
|
};
|
|
|
|
|
|
|
|
class RscStandardDisplay;
|
|
|
|
|
|
|
|
/*class RscDisplayMain: RscStandardDisplay {
|
|
|
|
class controls {
|
2015-01-12 04:02:33 +00:00
|
|
|
class ACE_Tile : ACE_Tile_Base {};
|
2015-01-11 16:42:31 +00:00
|
|
|
};
|
|
|
|
};*/
|
|
|
|
class RscDisplayMPInterrupt: RscStandardDisplay {
|
|
|
|
class controls {
|
2015-01-12 04:02:33 +00:00
|
|
|
class ACE_Tile : ACE_Tile_Base {};
|
2015-01-11 16:42:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
class RscDisplayInterrupt: RscStandardDisplay {
|
|
|
|
class controls {
|
2015-01-12 04:02:33 +00:00
|
|
|
class ACE_Tile : ACE_Tile_Base {};
|
2015-01-11 16:42:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
class RscDisplayInterruptEditor3D: RscStandardDisplay {
|
|
|
|
class controls {
|
2015-01-12 04:02:33 +00:00
|
|
|
class ACE_Tile : ACE_Tile_Base {};
|
2015-01-11 16:42:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
class RscDisplayInterruptEditorPreview: RscStandardDisplay {
|
|
|
|
class controls {
|
2015-01-12 04:02:33 +00:00
|
|
|
class ACE_Tile : ACE_Tile_Base {};
|
2015-01-11 16:42:31 +00:00
|
|
|
};
|
|
|
|
};
|