diff --git a/Game/Sohan_project_Unity/Assets/CursorScript.cs b/Game/Sohan_project_Unity/Assets/CursorScript.cs index f62aabe..23699c7 100644 --- a/Game/Sohan_project_Unity/Assets/CursorScript.cs +++ b/Game/Sohan_project_Unity/Assets/CursorScript.cs @@ -1,4 +1,5 @@ -using System.Collections; +//Created by Sixto Alcoba sixtoalcobabanqueri@gmail.com +using System.Collections; using System.Collections.Generic; using UnityEngine; using System; diff --git a/Game/Sohan_project_Unity/Assets/GameManager.cs b/Game/Sohan_project_Unity/Assets/GameManager.cs index f31a5cd..711bd01 100644 --- a/Game/Sohan_project_Unity/Assets/GameManager.cs +++ b/Game/Sohan_project_Unity/Assets/GameManager.cs @@ -1,4 +1,6 @@ -using System.Collections; +//Created by Sixto Alcoba sixtoalcobabanqueri@gmail.com + +using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; diff --git a/Game/Sohan_project_Unity/Assets/Resources/Prefabs/Mapache.prefab b/Game/Sohan_project_Unity/Assets/Resources/Prefabs/Mapache.prefab index 9cced57..3164334 100644 --- a/Game/Sohan_project_Unity/Assets/Resources/Prefabs/Mapache.prefab +++ b/Game/Sohan_project_Unity/Assets/Resources/Prefabs/Mapache.prefab @@ -669,7 +669,7 @@ GameObject: - component: {fileID: 1312342201971691997} m_Layer: 0 m_Name: Mapache - m_TagString: NoTarget + m_TagString: Target m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 diff --git a/Game/Sohan_project_Unity/Assets/RightChoice_SceneManager.cs b/Game/Sohan_project_Unity/Assets/RightChoice_SceneManager.cs index 54874d5..73c47c7 100644 --- a/Game/Sohan_project_Unity/Assets/RightChoice_SceneManager.cs +++ b/Game/Sohan_project_Unity/Assets/RightChoice_SceneManager.cs @@ -1,4 +1,6 @@ -using System.Collections; + +//Created by Sixto Alcoba sixtoalcobabanqueri@gmail.com +using System.Collections; using System.Collections.Generic; using UnityEngine; diff --git a/Game/Sohan_project_Unity/Assets/SceneManager1.cs b/Game/Sohan_project_Unity/Assets/SceneManager1.cs index cdd843e..bf938d0 100644 --- a/Game/Sohan_project_Unity/Assets/SceneManager1.cs +++ b/Game/Sohan_project_Unity/Assets/SceneManager1.cs @@ -1,4 +1,6 @@ -using System; + +//Created by Sixto Alcoba sixtoalcobabanqueri@gmail.com +using System; using System.Collections; using System.Collections.Generic; using UnityEngine; diff --git a/Game/Sohan_project_Unity/Assets/Scenes/Initial.unity b/Game/Sohan_project_Unity/Assets/Scenes/Initial.unity index 690172d..53323a3 100644 --- a/Game/Sohan_project_Unity/Assets/Scenes/Initial.unity +++ b/Game/Sohan_project_Unity/Assets/Scenes/Initial.unity @@ -300,7 +300,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 32.75} + m_AnchoredPosition: {x: 0, y: 27.2} m_SizeDelta: {x: 100, y: 100} m_Pivot: {x: 0.5, y: 0.5} --- !u!95 &335087148 @@ -1318,7 +1318,7 @@ Transform: m_GameObject: {fileID: 1913003026} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -0.4, y: 7.8, z: 122.9} - m_LocalScale: {x: 0.46, y: 0.7, z: 1} + m_LocalScale: {x: 0.52, y: 0.7, z: 1} m_Children: [] m_Father: {fileID: 0} m_RootOrder: 9 diff --git a/Game/Sohan_project_Unity/Assets/Scenes/RightChoice.unity b/Game/Sohan_project_Unity/Assets/Scenes/RightChoice.unity index cc52dae..f341843 100644 --- a/Game/Sohan_project_Unity/Assets/Scenes/RightChoice.unity +++ b/Game/Sohan_project_Unity/Assets/Scenes/RightChoice.unity @@ -362,7 +362,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1331752499} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 1.0372633, y: 6.8934183, z: 14.029791} + m_LocalPosition: {x: 1.0372633, y: 6.8934183, z: 79.3} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} diff --git a/Game/Sohan_project_Unity/Assets/Scenes/WrongChoice.unity b/Game/Sohan_project_Unity/Assets/Scenes/WrongChoice.unity index c318798..069425d 100644 --- a/Game/Sohan_project_Unity/Assets/Scenes/WrongChoice.unity +++ b/Game/Sohan_project_Unity/Assets/Scenes/WrongChoice.unity @@ -572,8 +572,8 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1662327866} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 1.0372633, y: 3.05, z: 14.029791} - m_LocalScale: {x: 0.55, y: 0.65, z: 1} + m_LocalPosition: {x: 1.0372633, y: 3.05, z: 66.6} + m_LocalScale: {x: 0.79, y: 0.9, z: 1} m_Children: [] m_Father: {fileID: 0} m_RootOrder: 5 diff --git a/Game/Sohan_project_Unity/Assets/WrongChoice_SceneManager.cs b/Game/Sohan_project_Unity/Assets/WrongChoice_SceneManager.cs index c8fc334..0044960 100644 --- a/Game/Sohan_project_Unity/Assets/WrongChoice_SceneManager.cs +++ b/Game/Sohan_project_Unity/Assets/WrongChoice_SceneManager.cs @@ -1,4 +1,4 @@ - +//Created by Sixto Alcoba sixtoalcobabanqueri@gmail.com using System.Collections; using System.Collections.Generic; using UnityEngine; diff --git a/Game/Sohan_project_Unity/Build/Sohan_project_Data/globalgamemanagers b/Game/Sohan_project_Unity/Build/Sohan_project_Data/globalgamemanagers index 37f4643..b9ec124 100644 Binary files a/Game/Sohan_project_Unity/Build/Sohan_project_Data/globalgamemanagers and b/Game/Sohan_project_Unity/Build/Sohan_project_Data/globalgamemanagers differ diff --git a/Game/Sohan_project_Unity/Build/Sohan_project_Data/level0 b/Game/Sohan_project_Unity/Build/Sohan_project_Data/level0 index 757998c..1b2c53d 100644 Binary files a/Game/Sohan_project_Unity/Build/Sohan_project_Data/level0 and b/Game/Sohan_project_Unity/Build/Sohan_project_Data/level0 differ diff --git a/Game/Sohan_project_Unity/Build/Sohan_project_Data/level1 b/Game/Sohan_project_Unity/Build/Sohan_project_Data/level1 index 0597df8..e45682f 100644 Binary files a/Game/Sohan_project_Unity/Build/Sohan_project_Data/level1 and b/Game/Sohan_project_Unity/Build/Sohan_project_Data/level1 differ diff --git a/Game/Sohan_project_Unity/Build/Sohan_project_Data/level2 b/Game/Sohan_project_Unity/Build/Sohan_project_Data/level2 index 202e391..e0ed75f 100644 Binary files a/Game/Sohan_project_Unity/Build/Sohan_project_Data/level2 and b/Game/Sohan_project_Unity/Build/Sohan_project_Data/level2 differ diff --git a/Game/Sohan_project_Unity/Build/Sohan_project_Data/resources.assets b/Game/Sohan_project_Unity/Build/Sohan_project_Data/resources.assets index 281a627..a4ad1b2 100644 Binary files a/Game/Sohan_project_Unity/Build/Sohan_project_Data/resources.assets and b/Game/Sohan_project_Unity/Build/Sohan_project_Data/resources.assets differ diff --git a/Game/Sohan_project_Unity/Build/buildfordemo2.rar b/Game/Sohan_project_Unity/Build/buildfordemo2.rar deleted file mode 100644 index 1c4356d..0000000 Binary files a/Game/Sohan_project_Unity/Build/buildfordemo2.rar and /dev/null differ