This commit is contained in:
PabstMirror 2024-01-06 19:06:32 -06:00
parent 5eaa05c34b
commit ffd2a18532
4 changed files with 4 additions and 4 deletions

View File

@ -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;
};

View File

@ -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;
};

View File

@ -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", "", {