Skip to content
Snippets Groups Projects
Commit e20e6635 authored by fdavin's avatar fdavin
Browse files

feat: shop activation

parent 4322cbeb
No related merge requests found
...@@ -209,7 +209,7 @@ public class QuestManager : MonoBehaviour ...@@ -209,7 +209,7 @@ public class QuestManager : MonoBehaviour
//Turn My game object that is set to false(off) to True(on). //Turn My game object that is set to false(off) to True(on).
shop.SetActive(true); shop.SetActive(true);
//Turn the Game Oject back off after 1 sec. //Turn the Game Oject back off after 1 sec.
yield return new WaitForSeconds(5); yield return new WaitForSeconds(10);
//Game object will turn off //Game object will turn off
shop.SetActive(false); shop.SetActive(false);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment