Ver código fonte

修复按Enter出生就变身的bug

LAPTOP-OM1V99U2\永远de小亡灵 1 ano atrás
pai
commit
c45e65527a

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

@@ -471,7 +471,7 @@ public class PlayerController : MoveCharacter
     {
         if (!isFloat && canMove)
         {
-
+            isClickBtnTransfigurate = true;
         }
     }