3701 Two Dusks Week 8

 Week 8 (3/21/22)


Following the audio components I implemented last week I was tasked with a new gameplay system.  Collected ingredients for the potion that would be received following interacting with specific points of interest.  The four ingredients would need their own sprites and a HUD canvas so they player knows they have collected an ingredient.  





Once I had canvas for the UI implemented I needed to write a new script and edit existing ones so that this UI script would update upon interacting with the POI.  I found that the best way to implement my idea was to change the source image for each element in the UI canvas.




Comments