Skip to content

Commit

Permalink
Before Restart
Browse files Browse the repository at this point in the history
Restarting
  • Loading branch information
aps16104 committed Apr 23, 2020
1 parent be53b4d commit ce8b86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platformer/Assets/Scripts/Raycast/PlatformController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class PlatformController : RaycastController
public float speed; //speed of platform
public bool cyclic; //cycles
public float waitTime; //how long to wait
[Range(0,2)]
[Range(0, 2)]
public float easeAmount; // how much to ease

int fromWaypointIndex; //global waypoint were moving away from
Expand Down

0 comments on commit ce8b86b

Please sign in to comment.