void Start()
 {
     gpc              = FindObjectOfType <GamePlayController>();
     player           = gpc.GetPlayer();
     floorPrefab      = gpc.GetFloorPrefap();
     superFloorPrefab = gpc.GetSuperFloorPrefap();
     bonusTextPrefab  = gpc.GetBonusPrefap();
 }