Add slope anchor stuff here.
This commit is contained in:
parent
575a26b651
commit
6b865e5e7b
2 changed files with 41 additions and 0 deletions
|
|
@ -4089,6 +4089,39 @@ udmf
|
|||
}
|
||||
}
|
||||
|
||||
777
|
||||
{
|
||||
title = "Create Anchor-Based Slope";
|
||||
prefix = "(777)";
|
||||
requiresactivation = false;
|
||||
arg0
|
||||
{
|
||||
title = "Planes";
|
||||
type = 12;
|
||||
enum
|
||||
{
|
||||
1 = "Floor";
|
||||
2 = "Ceiling";
|
||||
}
|
||||
}
|
||||
arg1
|
||||
{
|
||||
title = "Flags";
|
||||
type = 12;
|
||||
enum
|
||||
{
|
||||
1 = "No physics";
|
||||
2 = "Dynamic";
|
||||
4 = "Slope backside";
|
||||
8 = "Mirror plane";
|
||||
}
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Group";
|
||||
}
|
||||
}
|
||||
|
||||
799
|
||||
{
|
||||
title = "Set Tagged Dynamic Slope Vertex to Front Sector Height";
|
||||
|
|
|
|||
|
|
@ -2238,12 +2238,20 @@ udmf
|
|||
{
|
||||
title = "Floor Slope Anchor";
|
||||
sprite = "SAFA0";
|
||||
arg0
|
||||
{
|
||||
title = "Group";
|
||||
}
|
||||
}
|
||||
|
||||
778
|
||||
{
|
||||
title = "Ceiling Slope Anchor";
|
||||
sprite = "SACA0";
|
||||
arg0
|
||||
{
|
||||
title = "Group";
|
||||
}
|
||||
}
|
||||
780
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue