소스 검색

fix resize

Виктор Шейко 4 년 전
부모
커밋
44bb9d7fbd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Assets/Resources/GameObjects/Location.prefab
  2. 1 1
      Assets/Scripts/Controllers/CompanyController.cs

+ 1 - 1
Assets/Resources/GameObjects/Location.prefab

@@ -216,7 +216,7 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: 8b779eb081cbdad4fa144fa9769068cb, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  Resize: 0
+  Resize: 1
   horizontalSpeed: 1
   verticalSpeed: 1
   panel: {fileID: 6212358543741949326}

+ 1 - 1
Assets/Scripts/Controllers/CompanyController.cs

@@ -186,7 +186,7 @@ public class CompanyController : MonoBehaviour
             sizey = l.plane.transform.localScale.z;
         }
 
-        l.plane.GetComponent<TouchScript>().Resize = ModeController.editor;
+        //l.plane.GetComponent<TouchScript>().Resize = ModeController.editor;
 
         player.StopProgress();
     }