UD-Game-Development-Club / GameOff2024

The University of Dayton Game Development Club's submission to the GitHub's 2024 Game Off Game Jam.
MIT License
2 stars 0 forks source link

Dialog System #10

Open zoogies opened 2 weeks ago

zoogies commented 2 weeks ago

We need a way to put generic dialog onto the screen from a queue we can push to programmatically.

I envision this to be text aligned in the bottom middle which appears character by character at a set speed, with a short click or writing sfx after each character so the text becomes slowly revealed.

I (@zoogies) have done a system like this before so can help if needed