ChaoticTeal / Directed-Study-FA19

Gratia is a narrative RPG about gratitude.
0 stars 0 forks source link

Week Nine Milestone Reached (Adds Scripts) #58

Closed ChaoticTeal closed 4 years ago

ChaoticTeal commented 4 years ago

Adds the scripts used throughout the last week's work: MenuManager (for the title menu), MusicManager (to modify music at runtime) and MusicTransitionTrigger (to activate music transitions). All other necessary files were merged in a different pull request to prevent overcrowding the script changes.

ChaoticTeal commented 4 years ago

I'm kind of averse to making substantial changes to the Music Manager, simply because it does the job I need it to. I don't have any other scripts that specifically need to know when a quest is complete, otherwise I'd figure out how to make it a separate event. I'll compare your other suggestions with what I have when I have time and see what I can do.

dantogno commented 4 years ago

The feature works, so I will merge it despite having some disagreements with its architecture in order to facilitate production.