inital commit

This commit is contained in:
Gabe Venberg 2024-07-06 11:40:26 -05:00
commit b17e9ae3fb
36 changed files with 771 additions and 0 deletions

12
QOL/docksnap.cfg Normal file
View file

@ -0,0 +1,12 @@
// 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
}
}