mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Add object dye linedef executors to ZB config
This commit is contained in:
parent
72b83986fa
commit
c39fd8053a
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…
Add table
Reference in a new issue