Ver Fonte

修改为按下即召唤

wgl há 6 meses atrás
pai
commit
06d65df582

+ 1 - 1
ActionTowerDefense/Assets/Scripts/Characters/PlayerController.cs

@@ -539,7 +539,7 @@ public class PlayerController : MoveCharacter
             return false;
 
         }
-        if (isBtnEastUp || isBtnWestUp || isBtnSouthUp)
+        if (btnEastPress || btnWestPress || btnSouthPress)
         {
             if (cacheSummonTime >= 0 && conductTime <= totalCacheSummonTime)
             {