Right now when the Store scene loads, the NPCSpawner script runs right away -- this should be gated by a top level store game state. For now, a button to toggle on/off shop states should suffice.
Requirements
Add a button to 'open' the store and set the store into active shopping state.
While store is open, player should not be able to exit or interact with the display stands.
Reset the button to closed when the daily shopper count hits zero. (This should be reflected on the button text)
Description
Right now when the Store scene loads, the NPCSpawner script runs right away -- this should be gated by a top level store game state. For now, a button to toggle on/off shop states should suffice.
Requirements