public void ClickBackButton() { if (deactiveButtons) { return; } if (!putClothBack) { return; } //真正回到地铁 TutorialCameraController.ReturnToApp(); Hide(Inventory); HintScreen.SetActive(false); TutorialCameraController.JumpToPage(4); //karara现在穿着工作服和拖鞋啦 GameObject.Find("PlayerEverythingSubway").GetComponent <SpriteRenderer>().enabled = true; KararaC.SetActive(true); forwardOneStep = true; }
void BackToWashing() { KararaC.SetActive(true); KararaB.SetActive(false); KararaA.SetActive(false); timerStop = false; }