Text under the icon

This commit is contained in:
Nicolás Badano
2015-02-19 18:56:43 -03:00
parent 41145e5731
commit bc3a226c64
2 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ if(_cursorScreenPos distance _pos <= _distance) then {
(_pos select 2) + ((_offset select 2)*_mod)
];
// drawLine3D [_pos, _newPos, [1,0,0,0.5]];
[_object, _x, _forEachIndex, [_angle, 170], _newPos, _path] call FUNC(renderMenu);
[_object, _x, _forEachIndex, [_angle, 150], _newPos, _path] call FUNC(renderMenu);
if (_angle == 360) then {
_angle = _angle + _angleSpan / _numActions;