mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
18 lines
406 B
C++
18 lines
406 B
C++
class CfgEpochConfiguration
|
|
{
|
|
/** class order here decides order of buttons on gui **/
|
|
class remap
|
|
{
|
|
name = "Controls";
|
|
color[] = {1,1,1,1};
|
|
icon = "\x\addons\a3_epoch_code\Data\owner.paa";
|
|
controlGroup = "EpochConfigKeyMap";
|
|
};
|
|
class html
|
|
{
|
|
name = "Changelog";
|
|
color[] = {1,1,1,1};
|
|
icon = "\x\addons\a3_epoch_code\Data\owner.paa";
|
|
controlGroup = "Epoch_main_config_changelog";
|
|
};
|
|
}; |