Skip to content

Commit

Permalink
Increase segments count of BinaryDataStream for Mrs Lotus and Hackers
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Oct 2, 2021
1 parent ec3d5d1 commit c4f1314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4418,7 +4418,7 @@ Object BinaryDataStream
InnerColor = R:0 G:255 B:0 A:180 ;The inside color of the laser (hot)
Tile = Yes ;The height of the texture will determine how many times to tile the texture to fit without scaling.
ScrollRate = -0.25 ;Scrolls the texture offset this fast -- towards(-) away(+)
Segments = 3 ;Number of segments -- more segments give smoother curve (but more joints) Current max: 20
Segments = 10 ;Number of segments -- more segments give smoother curve (but more joints) Current max: 20
ArcHeight = 30.0 ;The height of the arc
SegmentOverlapRatio = 0.0000 ;This value overlaps(+) or separates(-) the segments by ratio
TilingScalar = 0.33 ;Stretches tiling if value > 1.0, otherwise shrinks it (1.0 is natural)
Expand Down

0 comments on commit c4f1314

Please sign in to comment.