RingRacers: add loop things 2020 and 2021

4579879f2a915f9d09a075c26a7d6d2dbc3a059a
This commit is contained in:
NepDisk 2025-02-08 23:28:58 -05:00
parent 9b3a9182be
commit ca4fc5d08c

View file

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