mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
macros
This commit is contained in:
parent
5eaa05c34b
commit
ffd2a18532
@ -4,7 +4,7 @@
|
||||
class RscInGameUI {
|
||||
class ACE_RscOptics_spike {
|
||||
idd = 141000;
|
||||
controls[] = { reticle, manualText, GVAR(mapHelper) };
|
||||
controls[] = { "reticle", "manualText", QGVAR(mapHelper) };
|
||||
onLoad = QUOTE(with uiNamespace do {ACE_RscOptics_spike = _this select 0;};);
|
||||
|
||||
class GVAR(mapHelper): RscMapControl {
|
||||
@ -26,7 +26,7 @@ class RscInGameUI {
|
||||
colorBackground[] = {0,0,0,0};
|
||||
colorText[] = COLOR_WHITE;
|
||||
font = "LucidaConsoleB";
|
||||
sizeEx = (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 2.2);
|
||||
sizeEx = QUOTE(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 2.2);
|
||||
enabled = 1;
|
||||
show = 1;
|
||||
};
|
||||
|
@ -20,7 +20,7 @@ class RscTitles {
|
||||
colorBackground[] = {0,0,0,0};
|
||||
colorText[] = COLOR_WHITE;
|
||||
font = "LucidaConsoleB";
|
||||
sizeEx = (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 2.2);
|
||||
sizeEx = QUOTE(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 2.2);
|
||||
enabled = 1;
|
||||
show = 1;
|
||||
};
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
if (hasInterface) then {
|
||||
#include "initKeybinds.sqf"
|
||||
#include "initKeybinds.inc.sqf"
|
||||
|
||||
// add camera interactions
|
||||
private _switchToCameraAction = ["SwitchToCamera", "Switch To Missile Camera", "", {
|
||||
|
Loading…
Reference in New Issue
Block a user