Skip to content

Commit

Permalink
Make markers smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 committed Apr 7, 2024
1 parent 9e9babb commit d99e62a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ private _emptyVehicles = _nearbyVehicles select {
private _vehicle = _x;
private _marker = createMarkerLocal [format ["vehicle_%1", _vehicle], getPosATL _vehicle];
_marker setMarkerColorLocal "ColorCIVILIAN";
_marker setMarkerSizeLocal [0.5, 0.5];
_marker setMarkerTextLocal getText (configFile >> "CfgVehicles" >> (typeof _vehicle) >> "displayName");

private _markerType = if (_vehicle isKindOf "Air") then {
Expand Down

0 comments on commit d99e62a

Please sign in to comment.