|
|
@@ -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);
|
|
|
|