File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public sealed class Orbit : MonoBehaviour
17
17
/// The speed at which the object orbits.
18
18
/// </summary>
19
19
[ Tooltip ( "The speed at which the object orbits." ) ]
20
- public float speed = 1 .0f;
20
+ public float speed = 45 .0f;
21
21
22
22
/// <summary>
23
23
/// The distance from the center of the object being orbited.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public sealed class Rotate : MonoBehaviour
17
17
/// The speed at which the object rotates.
18
18
/// </summary>
19
19
[ Tooltip ( "The speed at which the object rotates." ) ]
20
- public float speed = 1 .0f;
20
+ public float speed = 45 .0f;
21
21
22
22
/// <summary>
23
23
/// The coordinate space in which the object rotates.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public sealed class RotateAround : MonoBehaviour
23
23
/// The speed at which the object rotates.
24
24
/// </summary>
25
25
[ Tooltip ( "The speed at which the object rotates." ) ]
26
- public float speed = 1 .0f;
26
+ public float speed = 45 .0f;
27
27
28
28
/// <summary>
29
29
/// The update mode during which the object rotates.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public sealed class Scale : MonoBehaviour
11
11
/// The speed at which the object's scale changes.
12
12
/// </summary>
13
13
[ Tooltip ( "The speed at which the object's scale changes." ) ]
14
- public Vector3 speed = Vector3 . one ;
14
+ public Vector3 speed = Vector3 . zero ;
15
15
16
16
/// <summary>
17
17
/// The update mode during which the object's scale changes.
You can’t perform that action at this time.
0 commit comments