Rename the rest of the wall scrollers in the ZB config.

This commit is contained in:
sphere 2020-05-23 16:41:38 +02:00
parent 934b28989f
commit d6ea89de6f
1 changed files with 5 additions and 5 deletions

View File

@ -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";