diff --git a/extras/blanudmf/Includes/BlanKart_things.cfg b/extras/blanudmf/Includes/BlanKart_things.cfg index a94937571..7e82ee7cf 100644 --- a/extras/blanudmf/Includes/BlanKart_things.cfg +++ b/extras/blanudmf/Includes/BlanKart_things.cfg @@ -2268,6 +2268,65 @@ udmf } } } + 2020 + { + title = "Loop Gate Post (place 2 things for a single side)"; + arrow = 1; + arg0 + { + title = "Gate Side"; + type = 11; + enum + { + 0 = "First"; + 1 = "Second"; + } + } + } + 2021 + { + title = "Loop Center (distance from gate = loop radius, tag matches gates)"; + arg0 + { + title = "Reverse gravity"; + type = 3; + } + arg1 + { + title = "Degrees of rotation"; + } + arg2 + { + title = "Zoom-out tics"; + } + arg3 + { + title = "Zoom-in tics"; + } + arg4 + { + title = "Zoom-out distance"; + type = 1; + } + arg5 + { + title = "Pan to side"; + type = 1; + } + arg6 + { + title = "Pan speed (degrees)"; + type = 1; + } + arg7 + { + title = "Pan accel (tics)"; + } + arg8 + { + title = "Pan reset (tics)"; + } + } } greenflower