Код закрытых тайлов
Дописал код в менеджер тайлов, который закрывает пройденные зоны от игрока
This commit is contained in:
8
Assets/Crossy Road VR/Prefabs/Tiles/CloseZoneScript.cs
Normal file
8
Assets/Crossy Road VR/Prefabs/Tiles/CloseZoneScript.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class CloseZoneScript : MonoBehaviour
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user