mike12699 / project_tavern

Game development for Tavern in Game Studio I (GAME 480)
1 stars 0 forks source link

Continue work on the drink mixing system. #16

Closed KeaporaTheOwl closed 3 years ago

KeaporaTheOwl commented 3 years ago

Implement the drink system.

mike12699 commented 3 years ago

This is what I have previewed so far. This is a very basic drinking system implemented. When the player chooses the correct amount of drinks in this case, the character will have a positive response.

https://user-images.githubusercontent.com/44095303/137410966-04d3a323-b624-48fb-94bc-8c77b648d714.mp4

mike12699 commented 3 years ago

On the flipside, the character will have a negative response when the player chooses the incorrect number of drinks.

https://user-images.githubusercontent.com/44095303/137411242-b50d08ad-0497-47ef-a140-93b707f5c8c9.mp4

mike12699 commented 3 years ago

I updated the drink system so now it uses the UI assets we have currently for the ingredients. The player can choose which ingredient to select and it will update accordingly. The conversation will also change depending if they choose the correct ingredients or not. In this example, the player chooses the correct amount of ingredients and will branch off to a positive conversation.

https://user-images.githubusercontent.com/44095303/138348409-59fedb79-7913-4f21-ac1e-db9130dfde37.mp4

mike12699 commented 3 years ago

In this example, the player chooses the incorrect amount of ingredients resulting in a negative conversation.

https://user-images.githubusercontent.com/44095303/138348524-387d01ef-05cb-47c4-9fd0-a930935d5dee.mp4

dantogno commented 3 years ago

@mike12699 These are great updates!