mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 12:31:32 +00:00
Add linedef type 467 to ZB config
This commit is contained in:
parent
1b339a9e00
commit
f1ad91ab34
1 changed files with 9 additions and 1 deletions
|
@ -2004,7 +2004,7 @@ linedeftypes
|
||||||
|
|
||||||
402
|
402
|
||||||
{
|
{
|
||||||
title = "Set Tagged Sector's Light Level";
|
title = "Copy Light Level to Tagged Sectors";
|
||||||
prefix = "(402)";
|
prefix = "(402)";
|
||||||
flags8text = "[3] Set delay by backside sector";
|
flags8text = "[3] Set delay by backside sector";
|
||||||
}
|
}
|
||||||
|
@ -2086,6 +2086,14 @@ linedeftypes
|
||||||
prefix = "(435)";
|
prefix = "(435)";
|
||||||
flags8text = "[3] Set delay by backside sector";
|
flags8text = "[3] Set delay by backside sector";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
467
|
||||||
|
{
|
||||||
|
title = "Set Tagged Sector's Light Level";
|
||||||
|
prefix = "(467)";
|
||||||
|
flags8text = "[3] Set delay by backside sector";
|
||||||
|
flags256text = "[8] Set relative to current";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
linedefexecplane
|
linedefexecplane
|
||||||
|
|
Loading…
Reference in a new issue