Selaa lähdekoodia

修复按Enter出生就变身的bug

LAPTOP-OM1V99U2\永远de小亡灵 1 vuosi sitten
vanhempi
commit
c45e65527a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      ActionTowerDefense/Assets/Scripts/PlayerController.cs

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

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