mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
a40b0d48f2
* HEMTT v10 Compatibility * Update addons/field_rations/CfgUIGrids.hpp Co-authored-by: PabstMirror <pabstmirror@gmail.com> * fix PabstMirror review * optionals * End empty macro definitions with semi-colon (HEMTT v0.10) * Adapt to HEMTT v0.10.0-a14 * Revert End empty macro definitions with semi-colon * Disable old HEMTT build step in CI * Add missing include and fix macro usage and include casings * End empty macro definitions with semi-colon (HEMTT v0.10) * Update addons/disarming/functions/fnc_showItemsInListbox.sqf Co-authored-by: PabstMirror <pabstmirror@gmail.com> * cleanup test code * arty - keep style same as before * fix fire screams * Update script_component.hpp * Keep old hemtt/workflow/sqfc * Update arma.yml * Update arma.yml * Update CfgUIGrids.hpp --------- Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: jonpas <jonpas33@gmail.com>
28 lines
739 B
C++
28 lines
739 B
C++
class RscTitles {
|
|
class RscWindIntuitive {
|
|
idd=-1;
|
|
onLoad="with uiNameSpace do { RscWindIntuitive = _this select 0 };";
|
|
movingEnable=0;
|
|
duration=60;
|
|
fadeIn="false";
|
|
fadeOut="false";
|
|
class controls {
|
|
class RscWindIntuitive {
|
|
idc=132948;
|
|
type=0;
|
|
style=48;
|
|
font="TahomaB";
|
|
colorBackground[]={0,0,0,0};
|
|
colorText[]={0,0,0,0};
|
|
x="SafeZoneX + 0.001";
|
|
y="SafeZoneY + 0.001";
|
|
w=0.2;
|
|
h="0.2*4/3";
|
|
size=0.034;
|
|
sizeEx=0.027;
|
|
text="";
|
|
};
|
|
};
|
|
};
|
|
};
|