mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Add object dye linedef executors to ZB config
This commit is contained in:
parent
887c25e047
commit
1b66d1f936
1 changed files with 27 additions and 0 deletions
|
@ -1908,6 +1908,27 @@ linedeftypes
|
||||||
prefix = "(333)";
|
prefix = "(333)";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
334
|
||||||
|
{
|
||||||
|
title = "Object Dye - Continuous";
|
||||||
|
flags64text = "[6] Disable for this color";
|
||||||
|
prefix = "(334)";
|
||||||
|
}
|
||||||
|
|
||||||
|
335
|
||||||
|
{
|
||||||
|
title = "Object Dye - Each Time";
|
||||||
|
flags64text = "[6] Disable for this color";
|
||||||
|
prefix = "(335)";
|
||||||
|
}
|
||||||
|
|
||||||
|
336
|
||||||
|
{
|
||||||
|
title = "Object Dye - Once";
|
||||||
|
flags64text = "[6] Disable for this color";
|
||||||
|
prefix = "(336)";
|
||||||
|
}
|
||||||
|
|
||||||
399
|
399
|
||||||
{
|
{
|
||||||
title = "Level Load";
|
title = "Level Load";
|
||||||
|
@ -2218,6 +2239,12 @@ linedeftypes
|
||||||
prefix = "(462)";
|
prefix = "(462)";
|
||||||
flags8text = "[3] Set delay by backside sector";
|
flags8text = "[3] Set delay by backside sector";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
463
|
||||||
|
{
|
||||||
|
title = "Dye Object";
|
||||||
|
prefix = "(463)";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
linedefexecmisc
|
linedefexecmisc
|
||||||
|
|
Loading…
Reference in a new issue