mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
37 lines
1.1 KiB
C++
37 lines
1.1 KiB
C++
/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
|
|
/*
|
|
@author = "Raimonds Virtoss - https://EpochMod.com";
|
|
@contributors[] = {};
|
|
@description = "Config for Epoch Configuration system";
|
|
@licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
|
|
@github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgEpochConfiguration.hpp";
|
|
*/
|
|
class CfgEpochConfiguration
|
|
{
|
|
class remap
|
|
{
|
|
name = "Controls";
|
|
color[] = {1,1,1,1};
|
|
icon = "\x\addons\a3_epoch_code\Data\owner.paa";
|
|
controlGroup = "EpochConfigKeyMap";
|
|
};
|
|
/*
|
|
class HUD
|
|
{
|
|
name = "Customize HUD (WIP)";
|
|
color[] = {1,1,1,1};
|
|
icon = "\x\addons\a3_epoch_code\Data\owner.paa";
|
|
controlGroup = "Epoch_main_config_dynamicHUD";
|
|
};
|
|
*/
|
|
class html
|
|
{
|
|
name = "Changelog";
|
|
color[] = {1,1,1,1};
|
|
icon = "\x\addons\a3_epoch_code\Data\owner.paa";
|
|
controlGroup = "Epoch_main_config_changelog";
|
|
};
|
|
};
|
|
|
|
/*[[[end]]]*/
|