mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
Added Plane_Copy to Eternity config (#2)
This commit is contained in:
parent
a7d2417844
commit
bd74d1d35e
1 changed files with 39 additions and 1 deletions
|
@ -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)";
|
||||
|
|
Loading…
Reference in a new issue