protected override void Start()
 {
     cinematic.TriggerCinematic();
     StartCoroutine(ChangeTilemaps());
 }