mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-25 13:51:43 +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";
|
title = "Copy Frontside Floor Slope to Backside";
|
||||||
prefix = "(730)";
|
prefix = "(730)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 1;
|
copyslopeargs = 1;
|
||||||
//copyslopeargs = 1; uncomment when ZB updates
|
|
||||||
}
|
}
|
||||||
|
|
||||||
731
|
731
|
||||||
|
@ -3097,8 +3096,7 @@ linedeftypes
|
||||||
title = "Copy Frontside Ceiling Slope to Backside";
|
title = "Copy Frontside Ceiling Slope to Backside";
|
||||||
prefix = "(731)";
|
prefix = "(731)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 2;
|
copyslopeargs = 4;
|
||||||
//copyslopeargs = 4; uncomment when ZB updates
|
|
||||||
}
|
}
|
||||||
|
|
||||||
732
|
732
|
||||||
|
@ -3106,8 +3104,7 @@ linedeftypes
|
||||||
title = "Copy Frontside Floor and Ceiling Slope to Backside";
|
title = "Copy Frontside Floor and Ceiling Slope to Backside";
|
||||||
prefix = "(732)";
|
prefix = "(732)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 3;
|
copyslopeargs = 5;
|
||||||
//copyslopeargs = 5; uncomment when ZB updates
|
|
||||||
}
|
}
|
||||||
|
|
||||||
733
|
733
|
||||||
|
@ -3115,8 +3112,7 @@ linedeftypes
|
||||||
title = "Copy Backside Floor Slope to Frontside";
|
title = "Copy Backside Floor Slope to Frontside";
|
||||||
prefix = "(730)";
|
prefix = "(730)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 1;
|
copyslopeargs = 2;
|
||||||
//copyslopeargs = 2; uncomment when ZB updates
|
|
||||||
}
|
}
|
||||||
|
|
||||||
734
|
734
|
||||||
|
@ -3124,8 +3120,7 @@ linedeftypes
|
||||||
title = "Copy Backside Ceiling Slope to Frontside";
|
title = "Copy Backside Ceiling Slope to Frontside";
|
||||||
prefix = "(731)";
|
prefix = "(731)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 2;
|
copyslopeargs = 8;
|
||||||
//copyslopeargs = 8; uncomment when ZB updates
|
|
||||||
}
|
}
|
||||||
|
|
||||||
735
|
735
|
||||||
|
@ -3133,8 +3128,7 @@ linedeftypes
|
||||||
title = "Copy Backside Floor and Ceiling Slope to Frontside";
|
title = "Copy Backside Floor and Ceiling Slope to Frontside";
|
||||||
prefix = "(732)";
|
prefix = "(732)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 3;
|
copyslopeargs = 10;
|
||||||
//copyslopeargs = 10; uncomment when ZB updates
|
|
||||||
}
|
}
|
||||||
|
|
||||||
799
|
799
|
||||||
|
|
Loading…
Reference in a new issue