Added Plane_Copy to Eternity config (#2)

This commit is contained in:
Max Waine 2017-01-05 19:58:24 +00:00 committed by MaxED
parent a7d2417844
commit bd74d1d35e

View file

@ -2523,7 +2523,45 @@ udmf
plane
{
title = "Plane";
118
{
title = "Plane Copy (slope)";
id = "Plane_Copy";
requiresactivation = false;
arg0
{
title = "Front Floor Tag";
type = 13;
}
arg1
{
title = "Front Ceiling Tag";
type = 13;
}
arg2
{
title = "Back Floor Tag";
type = 13;
}
arg3
{
title = "Back Ceiling Tag";
type = 13;
}
arg4
{
title = "Share Slope";
type = 12;
enum
{
1 = "Front floor to back sector";
2 = "Back floor to front sector";
4 = "Front ceiling to back sector";
8 = "Back ceiling to front sector";
}
}
}
181
{
title = "Plane Align (slope)";