Ejemplo n.º 1
0
        private void CloseJournal()
        {
            if (!isShown)
            {
                return;
            }

            isShown = false;


            buttonClose.gameObject.SetActive(false);

            noteText.gameObject.SetActive(false);
            noteBackground.gameObject.SetActive(false);

            buttonLayout.gameObject.SetActive(false);
            buttonLayout.ClearLayout();

            GameEvent.current.NewFrontInterfaceClosed();
        }