mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-04-22 01:10:57 +00:00
More 2.1.16 additions regarding slope linedef types
This commit is contained in:
parent
ad52e5de44
commit
62def0179d
1 changed files with 22 additions and 7 deletions
|
@ -2311,6 +2311,7 @@ linedeftypes
|
|||
slope = "regular";
|
||||
slopeargs = 1;
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Not dynamic";
|
||||
}
|
||||
|
||||
701
|
||||
|
@ -2320,6 +2321,7 @@ linedeftypes
|
|||
slope = "regular";
|
||||
slopeargs = 2;
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Not dynamic";
|
||||
}
|
||||
|
||||
702
|
||||
|
@ -2329,6 +2331,7 @@ linedeftypes
|
|||
slope = "regular";
|
||||
slopeargs = 3;
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Not dynamic";
|
||||
}
|
||||
|
||||
703
|
||||
|
@ -2338,26 +2341,29 @@ linedeftypes
|
|||
slope = "regular";
|
||||
slopeargs = 9;
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Not dynamic";
|
||||
}
|
||||
|
||||
704
|
||||
{
|
||||
title = "Slope Frontside Floor by 3 Tagged Vertex Things";
|
||||
prefix = "(704)";
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Dynamic";
|
||||
flags8192text = "[13] Use tag and offsets";
|
||||
slope = "vertex";
|
||||
slopeargs = 0;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
705
|
||||
{
|
||||
title = "Slope Frontside Ceiling by 3 Tagged Vertex Things";
|
||||
prefix = "(705)";
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Dynamic";
|
||||
flags8192text = "[13] Use tag and offsets";
|
||||
slope = "vertex";
|
||||
slopeargs = 1;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
710
|
||||
|
@ -2367,6 +2373,7 @@ linedeftypes
|
|||
slope = "regular";
|
||||
slopeargs = 4;
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Not dynamic";
|
||||
}
|
||||
|
||||
711
|
||||
|
@ -2376,6 +2383,7 @@ linedeftypes
|
|||
slope = "regular";
|
||||
slopeargs = 8;
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Not dynamic";
|
||||
}
|
||||
|
||||
712
|
||||
|
@ -2385,6 +2393,7 @@ linedeftypes
|
|||
slope = "regular";
|
||||
slopeargs = 12;
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Not dynamic";
|
||||
}
|
||||
|
||||
713
|
||||
|
@ -2394,26 +2403,29 @@ linedeftypes
|
|||
slope = "regular";
|
||||
slopeargs = 6;
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Not dynamic";
|
||||
}
|
||||
|
||||
714
|
||||
{
|
||||
title = "Slope Backside Floor by 3 Tagged Vertex Things";
|
||||
prefix = "(714)";
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Dynamic";
|
||||
flags8192text = "[13] Use tag and offsets";
|
||||
slope = "vertex";
|
||||
slopeargs = 2;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
715
|
||||
{
|
||||
title = "Slope Backside Ceiling by 3 Tagged Vertex Things";
|
||||
prefix = "(715)";
|
||||
flags2048text = "[11] No physics";
|
||||
flags4096text = "[12] Dynamic";
|
||||
flags8192text = "[13] Use tag and offsets";
|
||||
slope = "vertex";
|
||||
slopeargs = 3;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
720
|
||||
|
@ -2422,7 +2434,6 @@ linedeftypes
|
|||
prefix = "(720)";
|
||||
slope = "copy";
|
||||
slopeargs = 1;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
721
|
||||
|
@ -2431,7 +2442,6 @@ linedeftypes
|
|||
prefix = "(721)";
|
||||
slope = "copy";
|
||||
slopeargs = 2;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
722
|
||||
|
@ -2440,7 +2450,12 @@ linedeftypes
|
|||
prefix = "(722)";
|
||||
slope = "copy";
|
||||
slopeargs = 3;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
799
|
||||
{
|
||||
title = "Set Tagged Dynamic Slope Vertex to Front Sector Height";
|
||||
prefix = "(799)";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue