13 lines
285 B
INI
13 lines
285 B
INI
|
// Add angle snapping for the docking ports at
|
||
|
@PART:FINAL
|
||
|
{
|
||
|
@MODULE[ModuleDockingNode]:HAS[~snapRotation[True],~snapRotation[true],~nodeType[microPort]]
|
||
|
{
|
||
|
%captureMinRollDot = .99999
|
||
|
%aquireMinRollDot = .5
|
||
|
%snapRotation = True
|
||
|
%snapOffset = 22.5
|
||
|
%acquireTorque = 10
|
||
|
}
|
||
|
}
|