void Awake()
 {
     if (doorSprite == null)
     {
         doorSprite = GetComponent <SimpleSpriteAnimation>();
     }
 }