lvjincheng 3 vuotta sitten
vanhempi
sitoutus
15b68db53c

+ 2 - 2
Assets/BowArrow/Models/gong_002/g_DefaultMaterial_Normal.1001.png.meta

@@ -7,7 +7,7 @@ TextureImporter:
   mipmaps:
     mipMapMode: 0
     enableMipMap: 1
-    sRGBTexture: 1
+    sRGBTexture: 0
     linearTexture: 0
     fadeOut: 0
     borderMipMap: 0
@@ -52,7 +52,7 @@ TextureImporter:
   alphaUsage: 1
   alphaIsTransparency: 0
   spriteTessellationDetail: -1
-  textureType: 0
+  textureType: 1
   textureShape: 1
   singleChannelComponent: 0
   flipbookRows: 1

+ 2 - 2
Assets/BowArrow/Models/gong_002/g_DefaultMaterial_Normal.1002.png.meta

@@ -7,7 +7,7 @@ TextureImporter:
   mipmaps:
     mipMapMode: 0
     enableMipMap: 1
-    sRGBTexture: 1
+    sRGBTexture: 0
     linearTexture: 0
     fadeOut: 0
     borderMipMap: 0
@@ -52,7 +52,7 @@ TextureImporter:
   alphaUsage: 1
   alphaIsTransparency: 0
   spriteTessellationDetail: -1
-  textureType: 0
+  textureType: 1
   textureShape: 1
   singleChannelComponent: 0
   flipbookRows: 1

+ 3 - 3
Assets/BowArrow/Scripts/Bluetooth/BluetoothAim.cs

@@ -11,19 +11,19 @@ public class BluetoothAim : MonoBehaviour
 
     string targetDeviceService {
         get {
-            if (CommonConfig.devicePlan == 0) return "0000fff0";
+            if (CommonConfig.devicePlan == 0 || CommonConfig.devicePlan == 3) return "0000fff0";
             return "6e400001";
         }
     }
     string targetDeviceCharacteristicWrite {
         get {
-            if (CommonConfig.devicePlan == 0) return "0000fff2";
+            if (CommonConfig.devicePlan == 0 || CommonConfig.devicePlan == 3) return "0000fff2";
             return "6e400002";
         }
     }
     string targetDeviceCharacteristicNotify {
         get {
-            if (CommonConfig.devicePlan == 0) return "0000fff1";
+            if (CommonConfig.devicePlan == 0 || CommonConfig.devicePlan == 3) return "0000fff1";
             return "6e400003";
         }
     }