Skip to content

Commit

Permalink
更改争球判断条件
Browse files Browse the repository at this point in the history
  • Loading branch information
jun0315 committed Jul 21, 2019
1 parent 5166e3c commit d205bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Scene/Play/Referee/BallQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class BallQueue

//争球十秒的拍数
private readonly int Capacity = 10 * Const.FramePerSecond;
private float LimitMove = Const.Robot.RL;
private float LimitMove = (float)1.5 * Const.Robot.RL;

Vector2D[] testpos;

Expand Down

0 comments on commit d205bec

Please sign in to comment.