Пример #1
0
    public void ResetBackground()
    {
        canMove = false;
        if (backgroundStartRoutine != null)
        {
            StopCoroutine(backgroundStartRoutine);
        }

        transform.position = startPos;
        seamlessBg.ResetBG();
    }