Skip to content

Commit

Permalink
清理代码
Browse files Browse the repository at this point in the history
  • Loading branch information
edgesider committed Jul 9, 2019
1 parent ae2d73c commit 9962e4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions Assets/Scripts/Animation.meta

This file was deleted.

5 changes: 0 additions & 5 deletions Assets/Scripts/General/Entity/Robot/ControlRobot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ void FixedUpdate()
if (tick % 2 == 0)
return;

if (gameObject.name == "Blue0")
{
Debug.Log($"{LeftVelocity}, {RightVelocity}");
}

// 动力
forward_force = -transform.up * (LeftVelocity + RightVelocity) * ForwardFactor;
// 速度方向的空气阻力
Expand Down

0 comments on commit 9962e4b

Please sign in to comment.