@@ -28,9 +28,9 @@ namespace Comp
SoundCore.Instance.PlaySound(SoundType.BattleBgmMain, SoundCtrl.BattleBgmPlayer, true, true);
MessageComp.Instance.OnBattleClientMsg += OnClientMsg;
MessageComp.Instance.OnBattlePlayerQuit += OnPlayerQuit;
-#if UNITY_EDITOR
- _debug = true;
-#endif
+// #if UNITY_EDITOR
+// _debug = true;
+// #endif
if (_debug)
{
var logs =
@@ -14,7 +14,7 @@ namespace Comp
private float _movingTime; // 水平运动时间
- private const float MovingSpeed = 0.5f; // 移动速度
+ private const float MovingSpeed = 1f; // 移动速度
private const float MovingTime = 0.4f; // 移动时间