Ejemplo n.º 1
0
 private void Update()
 {
     if(tweener.IsDone())
     {
         UpdateInput();
         if(gridTransform.CanMoveTo(direction))
         {
             UpdateGrowing();
             UpdateMovement();
         }
     }
     UpdateDebug();
 }