チュートリアル修正
This commit is contained in:
parent
c6404abad9
commit
ff5daba0db
|
|
@ -31,7 +31,7 @@ public class KitchenManager : MonoBehaviour
|
||||||
{
|
{
|
||||||
RecipeSelectDialog.ShowDialog(ProductViewType.Default, () =>
|
RecipeSelectDialog.ShowDialog(ProductViewType.Default, () =>
|
||||||
{
|
{
|
||||||
if (gameData.isFirstPlay && TutorialManager.Instance.Index == 1)
|
if (gameData.isFirstPlay && TutorialManager.Instance.Index == 2)
|
||||||
{
|
{
|
||||||
var go = FindObjectOfType<FooterManager>().transform;
|
var go = FindObjectOfType<FooterManager>().transform;
|
||||||
go.transform.FindChildByName("Button_field", t =>
|
go.transform.FindChildByName("Button_field", t =>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue