調理成功時のリザルト表示崩れ改善
This commit is contained in:
parent
f752955714
commit
9cbe83e7c4
|
|
@ -138,6 +138,7 @@ public class CookingResult : MonoBehaviour
|
|||
|
||||
detailObject.SetActive(result != CornResult.Failure);
|
||||
explainObject.SetActive(result == CornResult.Good);
|
||||
explainWithRarityObject.SetActive(false);
|
||||
if (result == CornResult.Perfect)
|
||||
{
|
||||
explainWithRarityObject.SetActive(hasRarity);
|
||||
|
|
|
|||
Loading…
Reference in New Issue