Browse Source

Merge conflict added

Syed zainul abedin 1 month ago
parent
commit
f513ced5ef
4 changed files with 4 additions and 4 deletions
  1. 1 1
      Assets/Akash.prefab
  2. 1 1
      Assets/Plane.prefab
  3. 1 1
      Assets/Prefabs/Sphere.prefab
  4. 1 1
      Assets/SujithLaptop.cs

+ 1 - 1
Assets/Akash.prefab

@@ -29,7 +29,7 @@ Transform:
   serializedVersion: 2
   m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
   m_LocalPosition: {x: 0, y: 0, z: 0}
-  m_LocalScale: {x: 1, y: 1, z: 1}
+  m_LocalScale: {x: 4, y: 4, z: 4}
   m_ConstrainProportionsScale: 1
   m_Children: []
   m_Father: {fileID: 0}

+ 1 - 1
Assets/Plane.prefab

@@ -29,7 +29,7 @@ Transform:
   serializedVersion: 2
   m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
   m_LocalPosition: {x: 0, y: 0, z: 0}
-  m_LocalScale: {x: 10, y: 10, z: 10}
+  m_LocalScale: {x: 3.5, y: 3.5, z: 3.5}
   m_ConstrainProportionsScale: 1
   m_Children: []
   m_Father: {fileID: 0}

+ 1 - 1
Assets/Prefabs/Sphere.prefab

@@ -29,7 +29,7 @@ Transform:
   serializedVersion: 2
   m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
   m_LocalPosition: {x: 0, y: 0, z: 0}
-  m_LocalScale: {x: 3, y: 3, z: 3}
+  m_LocalScale: {x: 2, y: 2, z: 2}
   m_ConstrainProportionsScale: 1
   m_Children: []
   m_Father: {fileID: 0}

+ 1 - 1
Assets/SujithLaptop.cs

@@ -5,7 +5,7 @@ public class SujithLaptop : MonoBehaviour
     // Start is called once before the first execution of Update after the MonoBehaviour is created
     void Start()
     {
-        Debug.Log("Bohot maarunga zain");
+        Debug.Log("😆");
     }
 
     void Update()