GDACollab / TacoCat

6 stars 0 forks source link

[Taco Making] Change face sprite based on taco scoring #110

Open skysfalling opened 1 year ago

skysfalling commented 1 year ago

Create a function named "Customer Reaction" in the the Customer.cs script.

This function should take in a "scoreType" parameter and change the player sprite depending on what the score type is. This can be done in any way you like, but I recommend changing sprite color since it's the easiest to implement for now.

skysfalling commented 1 year ago

I would also recommend using an List to hold the possible sprites to change to