Update editor definition

This commit is contained in:
Lactozilla 2023-08-25 05:30:12 -03:00
parent 5996c8a5ac
commit 2c86f266d3
2 changed files with 16 additions and 17 deletions

View file

@ -12,7 +12,7 @@ udmf
6
{
title = "Sector Portal";
title = "Sector Set Portal";
prefix = "(6)";
arg0
{
@ -21,9 +21,20 @@ udmf
}
arg1
{
title = "Type";
title = "Portal type";
type = 11;
enum = "sectorportal";
enum
{
0 = "Link to portal with same tag";
1 = "Copy portal from second tag";
2 = "Skybox portal";
3 = "Plane portal";
4 = "Horizon portal";
5 = "Copy portal to line";
6 = "Interactive portal (unimplemented)";
7 = "Link to sector with same tag";
8 = "Link to object with same tag";
}
}
arg2
{
@ -33,8 +44,8 @@ udmf
}
arg3
{
title = "Miscellaneous";
type = 0;
title = "Misc";
tooltip = "For type 0 portal: specifies whether the line belongs to the sector viewed\nthrough the portal (1) or the sector in which the portal is seen (0).\nFor type 1 portal: specifies the sector tag of the portal to copy.\nFor type 7 portal: specifies the sector tag to make a portal to.\nFor type 8 portal: specifies the object tag to make a portal to.";
}
}

View file

@ -453,18 +453,6 @@ enums
3 = "Reverse subtract";
4 = "Modulate";
}
sectorportal
{
0 = "Normal";
1 = "Copied";
2 = "Skybox";
3 = "Plane";
4 = "Horizon";
5 = "Transfer to line";
7 = "Sector";
8 = "Object";
}
}
//Default things filters