haiya
This commit is contained in:
parent
bf6e713073
commit
00a364bf41
4 changed files with 10 additions and 10 deletions
|
@ -121101,7 +121101,7 @@ TerrainCollider:
|
|||
m_ProvidesContacts: 0
|
||||
m_Enabled: 1
|
||||
serializedVersion: 2
|
||||
m_TerrainData: {fileID: 15600000, guid: 93f65d058c1661a44ab01ae405c233d5, type: 2}
|
||||
m_TerrainData: {fileID: 15600000, guid: dab25067a2d1bfb4284476dba6b9ae8d, type: 2}
|
||||
m_EnableTreeColliders: 1
|
||||
--- !u!218 &649665533
|
||||
Terrain:
|
||||
|
|
|
@ -80,15 +80,7 @@ public class GoToSchool : MonoBehaviour
|
|||
|
||||
private void OnTriggerEnter(Collider other)
|
||||
{
|
||||
// // Check if the player entered the trigger
|
||||
// if (!hasTriggered && other.CompareTag("Player"))
|
||||
// {
|
||||
// hasTriggered = true;
|
||||
// StartCoroutine(FadeInAndLoadScene());
|
||||
//
|
||||
// // Task completion is noted here
|
||||
// gameManager.GoToSchoolTaskComplete();
|
||||
// }
|
||||
|
||||
|
||||
if (gameManager.currentDay == 2)
|
||||
{
|
||||
|
|
BIN
Game/Assets/Town Terrain FIx.asset
Normal file
BIN
Game/Assets/Town Terrain FIx.asset
Normal file
Binary file not shown.
8
Game/Assets/Town Terrain FIx.asset.meta
Normal file
8
Game/Assets/Town Terrain FIx.asset.meta
Normal file
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: dab25067a2d1bfb4284476dba6b9ae8d
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 15600000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Add table
Reference in a new issue