Example #1
0
    public void StopTest()
    {
        LevelEditorUI levelEditorUI = GameObject.FindObjectOfType <LevelEditorUI>();

        CurrentLevel.StopSpawner();
        CurrentLevel.DestroyPaddle();
        CurrentLevel.testMode = false;
        levelEditorUI.commandPalette.SetActive(true);
        levelEditorUI.ShowCommandPalette();
        CurrentLevel.StopPlaceableAnimations();
    }