Question Game Update
- Keshav Batra
- Nov 3, 2023
- 1 min read
I have been working on quite a few things for this game right here. What you're seeing below is the code for the animation of the NPC(Non Playable Character) moving to the right to make way for the question appearing. I used delay so that the question would appear once the image is to the right. Then once the question appeared, I used set visibility to make the answers appear for the player to answer.

If the player answers no then the NPC will move away from the player using an animation. I'm still working on making an animation where if the player answers yes, then the NPC will move towards the player.

Коментарі