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

8
QOL/dockRotate.cfg Executable file
View file

@ -0,0 +1,8 @@
//remove the redundant (and less featureful) stock docking rotation when dockrotate is on a part
@PART[*]:HAS[@MODULE[ModuleDockRotate]]:FINAL
{
@MODULE[ModuleDockingNode]
{
@canRotate = False
}
}