Esempio n. 1
0
    private void initialize()
    {
        set(BackgroundImage, null);
        set(Sugarism.EFilter.None);

        StoryCharacterPanel.Hide();

        DialogPanel.Hide();
        MiniPicturePanel.Hide();

        InputPanel.Show();
        SwitchPanel.Hide();
    }
Esempio n. 2
0
    private void onClick()
    {
        SwitchPanel switchPanel = Manager.Instance.UI.StoryPanel.SwitchPanel;

        Story.Mode storyMode = Manager.Instance.Object.StoryMode;

        switchPanel.HideAllCase();

        storyMode.CaseKey = _key;
        storyMode.NextCmd();

        switchPanel.Hide();
    }