mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Small changes to the config
This commit is contained in:
parent
89b6b878e8
commit
1e366ff36e
1 changed files with 7 additions and 4 deletions
|
@ -1197,6 +1197,7 @@ linedeftypes
|
|||
{
|
||||
title = "Crumbling, Respawn, Floating, Bobbing";
|
||||
prefix = "(176)";
|
||||
flags64text = "[6] Spindash to move";
|
||||
3dfloor = true;
|
||||
3dfloorflags = "14019F";
|
||||
}
|
||||
|
@ -1205,6 +1206,7 @@ linedeftypes
|
|||
{
|
||||
title = "Crumbling, No Respawn, Floating, Bobbing";
|
||||
prefix = "(177)";
|
||||
flags64text = "[6] Spindash to move";
|
||||
3dfloor = true;
|
||||
3dfloorflags = "1C019F";
|
||||
}
|
||||
|
@ -1229,6 +1231,7 @@ linedeftypes
|
|||
{
|
||||
title = "Crumbling, Respawn, Air Bobbing";
|
||||
prefix = "(180)";
|
||||
flags64text = "[6] Spindash to move";
|
||||
3dfloor = true;
|
||||
3dfloorflags = "10019F";
|
||||
}
|
||||
|
@ -2242,7 +2245,7 @@ linedeftypes
|
|||
|
||||
702
|
||||
{
|
||||
title = "Slope Frontside Floor & Ceiling";
|
||||
title = "Slope Frontside Floor and Ceiling";
|
||||
prefix = "(702)";
|
||||
slope = "regular";
|
||||
slopeargs = 3;
|
||||
|
@ -2292,7 +2295,7 @@ linedeftypes
|
|||
|
||||
712
|
||||
{
|
||||
title = "Slope Backside Floor & Ceiling";
|
||||
title = "Slope Backside Floor and Ceiling";
|
||||
prefix = "(712)";
|
||||
slope = "regular";
|
||||
slopeargs = 12;
|
||||
|
@ -2300,7 +2303,7 @@ linedeftypes
|
|||
|
||||
713
|
||||
{
|
||||
title = "Slope Backside Floor & Frontside Ceiling";
|
||||
title = "Slope Backside Floor and Frontside Ceiling";
|
||||
prefix = "(713)";
|
||||
slope = "regular";
|
||||
slopeargs = 6;
|
||||
|
@ -2342,7 +2345,7 @@ linedeftypes
|
|||
|
||||
722
|
||||
{
|
||||
title = "Copy Frontside Floor & Ceiling Slope from Line Tag";
|
||||
title = "Copy Frontside Floor and Ceiling Slope from Line Tag";
|
||||
prefix = "(722)";
|
||||
slope = "copy";
|
||||
slopeargs = 3;
|
||||
|
|
Loading…
Reference in a new issue