// Use this for initialization
 void Start()
 {
     box = GetComponent <TumbleBox>();
     CreateLines();
 }