From 920a65cddb032983cc9f118b20d92eba3c71e3da Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 22 May 2025 10:09:51 +0200 Subject: [PATCH] added more control directions to probes. --- QOL/control_directions.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 QOL/control_directions.cfg 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 + } + } +}