mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Add wind/current linedef to UDB config
This commit is contained in:
parent
dcba011cf3
commit
3542e2205d
1 changed files with 39 additions and 0 deletions
|
@ -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
|
light
|
||||||
|
|
Loading…
Reference in a new issue