Add wind/current linedef to UDB config

This commit is contained in:
MascaraSnake 2021-07-01 20:47:07 +02:00
parent dcba011cf3
commit 3542e2205d

View file

@ -2822,6 +2822,45 @@ udmf
}
}
}
541
{
title = "Wind/Current";
prefix = "(541)";
arg0
{
title = "Sector tag";
type = 13;
}
arg1
{
title = "Horizontal speed";
}
arg2
{
title = "Vertical speed";
}
arg3
{
title = "Type";
type = 11;
enum
{
0 = "Wind";
1 = "Current";
}
}
arg4
{
title = "Flags";
type = 12;
flags
{
1 = "Slide";
2 = "Non-exclusive";
}
}
}
}
light