Finished tutorial
This commit is contained in:
@@ -19,9 +19,9 @@ public class Dropper : MonoBehaviour
|
||||
{
|
||||
if (Time.time > timeToWait)
|
||||
{
|
||||
Debug.Log("Lookout below!");
|
||||
rb.useGravity = true;
|
||||
meshRenderer.enabled = true;
|
||||
Destroy(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user