Skip to content

Commit

Permalink
Improves containment field generator distance (#565)
Browse files Browse the repository at this point in the history
-from 8f up to 16f

Co-authored-by: IHAN <IHAN>
  • Loading branch information
RealIHaveANameOfficial authored Nov 13, 2023
1 parent 7d9b5e9 commit 3d5bed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public int PowerBuffer
/// How many tiles should this field check before giving up?
/// </summary>
[DataField("maxLength")]
public float MaxLength = 8F;
public float MaxLength = 16F;

/// <summary>
/// What collision should power this generator?
Expand Down

0 comments on commit 3d5bed0

Please sign in to comment.