Explorar o código

模块开机提示的位置修改

lvjincheng %!s(int64=3) %!d(string=hai) anos
pai
achega
8e110521cd

+ 2 - 1
Assets/BowArrow/Modules/NewUserGuider/NewUserGuiderManager.cs

@@ -91,8 +91,9 @@ public class NewUserGuiderManager : MonoBehaviour
         config.pointerRotZ = 120;
         config.pointerPosType = 1;
         config.pointerPos = new Vector2(-155, -31);
+        config.frameTipPivot = "lb";
         config.frameTipPosType = 1;
-        config.frameTipPos = new Vector2(-73.5f, 106);
+        config.frameTipPos = new Vector2(-73.5f, 14);
         config.onStart = (g) => g.transform.Find("IconModule").gameObject.SetActive(true);
         configs.Add(config.key, config);