コード例 #1
0
    public void GameOver()
    {
        isDead = true;

        StartCoroutine(GameOverCoroutine());

        MoveBackgroundBack.StopMove();
        MoveBackgroundForeground.StopMove();

        DisableStar();

        OnDead?.Invoke();
    }