diff --git a/QOL/control_directions.cfg b/QOL/control_directions.cfg new file mode 100644 index 0000000..2ad70e0 --- /dev/null +++ b/QOL/control_directions.cfg @@ -0,0 +1,13 @@ +// Add more directions to control points +@PART:FINAL +{ + @MODULE[ModuleCommand]:HAS[@CONTROLPOINT[forward]!CONTROLPOINT[backward]] + { + CONTROLPOINT + { + name = backward + displayName = Backward + orientation = 270,0,0 + } + } +}