jfdoming / Project-B

MIT License
1 stars 3 forks source link

Implement a dialog menu system #7

Open jfdoming opened 4 years ago

jfdoming commented 4 years ago

As part of cutscenes we need to have the ability to trigger dialog boxes which optionally pause the game and allow the player to interact with characters. The boxes need to support optional pausing as well as optional choices in the dialogs, and preferably we should be able to listen to a signal on the box in order to respond to the user closing it.