Преглед изворни кода

激光开关 心跳包 弹夹弹出

17600099689 пре 1 година
родитељ
комит
9f6516e62b
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
         }
     }