Explorar el Código

激光开关 心跳包 弹夹弹出

17600099689 hace 1 año
padre
commit
9f6516e62b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Assets/BowArrow/Scripts/ArrowSerialPort.cs

+ 1 - 1
Assets/BowArrow/Scripts/ArrowSerialPort.cs

@@ -145,7 +145,7 @@ public class ArrowSerialPort : MonoBehaviour
         if (!lightWaitClose)
         {
             LOG("游戏时间结束 延迟关闭激光");
-            Invoke("DoDelayCloseLight", 5f);
+            Invoke("DoDelayCloseLight", 60f);
             lightWaitClose = true;
         }
     }