lvjincheng %!s(int64=3) %!d(string=hai) anos
pai
achega
c85d6ab2bb
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Assets/BowArrow/Scripts/View/HomeView.cs

+ 2 - 0
Assets/BowArrow/Scripts/View/HomeView.cs

@@ -17,6 +17,8 @@ public class HomeView : MonoBehaviour
     void Awake() {
     void Awake() {
         if (CommonConfig.needToExamine) {
         if (CommonConfig.needToExamine) {
             GameObject.Find("LeftPanel/Item (1)").gameObject.SetActive(false);
             GameObject.Find("LeftPanel/Item (1)").gameObject.SetActive(false);
+            GameObject.Find("RightPanel/Item/Text").GetComponent<Text>().text = "开始射箭";
+            GameObject.Find("RightPanel/Item (1)/Text").GetComponent<Text>().text = "联机射箭";
         }
         }
     }
     }