mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Update ZB config: at this rate, ZB will update before this gets merged.
This commit is contained in:
parent
998d065698
commit
d305952119
1 changed files with 6 additions and 12 deletions
|
@ -3088,8 +3088,7 @@ linedeftypes
|
|||
title = "Copy Frontside Floor Slope to Backside";
|
||||
prefix = "(730)";
|
||||
slope = "copy";
|
||||
slopeargs = 1;
|
||||
//copyslopeargs = 1; uncomment when ZB updates
|
||||
copyslopeargs = 1;
|
||||
}
|
||||
|
||||
731
|
||||
|
@ -3097,8 +3096,7 @@ linedeftypes
|
|||
title = "Copy Frontside Ceiling Slope to Backside";
|
||||
prefix = "(731)";
|
||||
slope = "copy";
|
||||
slopeargs = 2;
|
||||
//copyslopeargs = 4; uncomment when ZB updates
|
||||
copyslopeargs = 4;
|
||||
}
|
||||
|
||||
732
|
||||
|
@ -3106,8 +3104,7 @@ linedeftypes
|
|||
title = "Copy Frontside Floor and Ceiling Slope to Backside";
|
||||
prefix = "(732)";
|
||||
slope = "copy";
|
||||
slopeargs = 3;
|
||||
//copyslopeargs = 5; uncomment when ZB updates
|
||||
copyslopeargs = 5;
|
||||
}
|
||||
|
||||
733
|
||||
|
@ -3115,8 +3112,7 @@ linedeftypes
|
|||
title = "Copy Backside Floor Slope to Frontside";
|
||||
prefix = "(730)";
|
||||
slope = "copy";
|
||||
slopeargs = 1;
|
||||
//copyslopeargs = 2; uncomment when ZB updates
|
||||
copyslopeargs = 2;
|
||||
}
|
||||
|
||||
734
|
||||
|
@ -3124,8 +3120,7 @@ linedeftypes
|
|||
title = "Copy Backside Ceiling Slope to Frontside";
|
||||
prefix = "(731)";
|
||||
slope = "copy";
|
||||
slopeargs = 2;
|
||||
//copyslopeargs = 8; uncomment when ZB updates
|
||||
copyslopeargs = 8;
|
||||
}
|
||||
|
||||
735
|
||||
|
@ -3133,8 +3128,7 @@ linedeftypes
|
|||
title = "Copy Backside Floor and Ceiling Slope to Frontside";
|
||||
prefix = "(732)";
|
||||
slope = "copy";
|
||||
slopeargs = 3;
|
||||
//copyslopeargs = 10; uncomment when ZB updates
|
||||
copyslopeargs = 10;
|
||||
}
|
||||
|
||||
799
|
||||
|
|
Loading…
Reference in a new issue