add debug param
This commit is contained in:
parent
2d1e8cdc4f
commit
74f495f46f
|
|
@ -89,7 +89,8 @@ namespace MyGame.Scenes.MiniGame.Scripts
|
|||
detailObject.SetActive(true);
|
||||
|
||||
// 商品獲得済みならレシピ非表示
|
||||
if (recipePlaceData is null)
|
||||
if (prevPlaceScore >= recipePlaceData.needScore)
|
||||
// if (recipePlaceData is null)
|
||||
{
|
||||
// detailの表示位置変更
|
||||
detailObject.transform.SetLocalPositionY(detailOffset);
|
||||
|
|
|
|||
Loading…
Reference in New Issue