diff --git a/Assets/Scripts/SubjectToggle.cs b/Assets/Scripts/SubjectToggle.cs index c4aa761..73d6c93 100644 --- a/Assets/Scripts/SubjectToggle.cs +++ b/Assets/Scripts/SubjectToggle.cs @@ -21,7 +21,7 @@ public class SubjectToggle : BaseItem, IPointerEnterHandler, IPointerExitHandler switch (transform.name) { case "Subject1": - + break; case "Subject2": diff --git a/Assets/Scripts/UI/UIPanel/UI_ChooesPanel.cs b/Assets/Scripts/UI/UIPanel/UI_ChooesPanel.cs index 4d0cc7a..fba39fa 100644 --- a/Assets/Scripts/UI/UIPanel/UI_ChooesPanel.cs +++ b/Assets/Scripts/UI/UIPanel/UI_ChooesPanel.cs @@ -14,7 +14,7 @@ public class UI_ChooesPanel : BasePanel public void OnInit() { - targetimage = GetControl("Κ΅ΡιΆΤΣ¦ΝΌΖ¬"); + targetimage = GetControl("???????"); } public override void ShowMe()