فهرست منبع

16g和64g坐标轴切换

yichael 4 سال پیش
والد
کامیت
1b6337b53e
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      Assets/BowArrow/Scripts/Bluetooth/ShootCheck.cs

+ 8 - 0
Assets/BowArrow/Scripts/Bluetooth/ShootCheck.cs

@@ -115,6 +115,14 @@ public class ShootCheck : MonoBehaviour
     }
     public void OnBluetoothReady(BluetoothShoot bluetoothShoot) 
     {
+        if (LoginMgr.myUserInfo.arrowAccValue == 16) 
+        {
+            cmd.a = y;
+        }
+        else{
+            cmd.a = x;
+        }
+
         bluetoothShoot.WriteData(JsonUtility.ToJson(cmd).Replace("\"", ""));
 
         Sequence sequence = DOTween.Sequence();