|
@@ -64,7 +64,7 @@ public class TaskManager : MonoBehaviour
|
|
|
public GameObject inputbt;
|
|
|
private void Awake()
|
|
|
{
|
|
|
- // PlayerPrefs.DeleteAll();21312312
|
|
|
+ PlayerPrefs.DeleteAll();
|
|
|
StartCoroutine(InitGame());
|
|
|
}
|
|
|
|
|
@@ -146,7 +146,7 @@ public class TaskManager : MonoBehaviour
|
|
|
GameObject hc;
|
|
|
|
|
|
public List<GameObject> items;
|
|
|
-
|
|
|
+ public GameObject rawjingzi;
|
|
|
private IEnumerator checktaskSence(TaskItem ti)
|
|
|
{
|
|
|
if(hc)
|
|
@@ -250,6 +250,7 @@ public class TaskManager : MonoBehaviour
|
|
|
allimg.GetComponent<Button>().enabled = !ti.isClosebtShow;
|
|
|
|
|
|
tuodongbg.SetActive(ti.isTuo);
|
|
|
+ rawjingzi.SetActive(ti.isTuo);
|
|
|
break;
|
|
|
case TaskConfig.TaskType.Xiansuo:
|
|
|
if (isarinit)
|