added more control directions to probes.

This commit is contained in:
Gabe Venberg 2025-05-22 10:09:51 +02:00
parent 4d26ac3a25
commit 920a65cddb

View file

@ -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
}
}
}