mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Rename the rest of the wall scrollers in the ZB config.
This commit is contained in:
parent
ff6b9a9cf0
commit
8e068e94b0
1 changed files with 5 additions and 5 deletions
|
|
@ -2597,19 +2597,19 @@ linedeftypes
|
||||||
|
|
||||||
500
|
500
|
||||||
{
|
{
|
||||||
title = "Scroll Wall Front Side Left";
|
title = "Scroll Front Wall Left";
|
||||||
prefix = "(500)";
|
prefix = "(500)";
|
||||||
}
|
}
|
||||||
|
|
||||||
501
|
501
|
||||||
{
|
{
|
||||||
title = "Scroll Wall Front Side Right";
|
title = "Scroll Front Wall Right";
|
||||||
prefix = "(501)";
|
prefix = "(501)";
|
||||||
}
|
}
|
||||||
|
|
||||||
502
|
502
|
||||||
{
|
{
|
||||||
title = "Scroll Wall According to Linedef";
|
title = "Scroll Tagged Wall";
|
||||||
prefix = "(502)";
|
prefix = "(502)";
|
||||||
flags128text = "[7] Use texture offsets";
|
flags128text = "[7] Use texture offsets";
|
||||||
flags256text = "[8] Scroll back side";
|
flags256text = "[8] Scroll back side";
|
||||||
|
|
@ -2617,7 +2617,7 @@ linedeftypes
|
||||||
|
|
||||||
503
|
503
|
||||||
{
|
{
|
||||||
title = "Scroll Wall According to Linedef (Accelerative)";
|
title = "Scroll Tagged Wall (Accelerative)";
|
||||||
prefix = "(503)";
|
prefix = "(503)";
|
||||||
flags128text = "[7] Use texture offsets";
|
flags128text = "[7] Use texture offsets";
|
||||||
flags256text = "[8] Scroll back side";
|
flags256text = "[8] Scroll back side";
|
||||||
|
|
@ -2625,7 +2625,7 @@ linedeftypes
|
||||||
|
|
||||||
504
|
504
|
||||||
{
|
{
|
||||||
title = "Scroll Wall According to Linedef (Displacement)";
|
title = "Scroll Tagged Wall (Displacement)";
|
||||||
prefix = "(504)";
|
prefix = "(504)";
|
||||||
flags128text = "[7] Use texture offsets";
|
flags128text = "[7] Use texture offsets";
|
||||||
flags256text = "[8] Scroll back side";
|
flags256text = "[8] Scroll back side";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue