Epoch/Sources/epoch_config/Configs/CfgDynamicHUD.json
vbawol 35cc154792 0.4 b605 gamemode
added H_105_EPOCH and halloween masks to loot table|
changed version check to check community pbo
2016-10-14 15:31:01 -05:00

40 lines
1.1 KiB
JSON

{
"_header": {
"@author": "Raimonds Virtoss - https://EpochMod.com",
"@contributors": [],
"@description": "Epoch dynamic player HUD config",
"@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/{filename}"
},
"rmx_dynamicHUD": {
"topRight": {
"classname": "RscPicture",
"defaultPos": 2,
"defaultPopulate": 1,
"arraySize": 10,
"width": 4,
"height": 4,
"offSetX": 0,
"offSetY": 1.3,
"angle": [
-5,
0.5,
0.5,
0.5
],
"scale": [
1,
0.05
]
},
"botcenter": {
"classname": "RscPicture",
"defaultPos": 7,
"defaultPopulate": 4,
"arraySize": 9,
"width": 5,
"height": 5
}
}
}