This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Description
The task is to implement a hackathon code-quality proof-of-concept of text animated as is typical in VNs.
- Using DynamicBitmap
FontText, animate characters appearing on screen based on a configurable speed.
- Implement a blinking cursor at the end.
- Keep in mind word-wrapping.
- Implement responding to user input
- If a click is detected while characters are animated, immediately show all characters in the line.
- If a click is detected after all characters are animated, begin showing the next line.
- etc.?