Add CBA settings for the loadouts display

This commit is contained in:
Josuan Albin
2017-10-23 18:55:46 +02:00
parent dab034a833
commit e283fc89eb

View File

@ -6,9 +6,14 @@ PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
// Arsenal
[QGVAR(camInverted), "CHECKBOX", "Invert camera controls", "ACE3 Arsenal", false] call CBA_Settings_fnc_init; // TBL
[QGVAR(canUseCurrentMagTab), "CHECKBOX", "Can use currentMag tab", "ACE3 Arsenal", false] call CBA_Settings_fnc_init; // TBL
[QGVAR(enableModIcons), "CHECKBOX", "Enable mod logos", "ACE3 Arsenal", true] call CBA_Settings_fnc_init; // TBL
[QGVAR(fontHeight), "SLIDER", "Font height for left and right panels", "ACE3 Arsenal", [1, 10, 4.5, 1]] call CBA_Settings_fnc_init; // TBL
// Arsenal loadouts
[QGVAR(allowDefaultLoadouts), "CHECKBOX", "Allow the use of the default loadouts tab", "ACE3 Arsenal", true, true] call CBA_Settings_fnc_init; // TBL
[QGVAR(allowSharedLoadouts), "CHECKBOX", "Allow the use of loadout sharing", "ACE3 Arsenal", true, true] call CBA_Settings_fnc_init; // TBL
ADDON = true;