PrintUtil
Library used to display information on-screen during a Hades 2 run.PrintUtil
Library used to display information on-screen during a Hades 2 run
Current functionality:
| Function | Purpose |
|---|---|
| OverlayLine.display | Display a line of text on the screen |
| OverlayLine.destroy | Remove a line of text from the screen |
This library uses the same patterns that Hades 2 uses internally, but abstracts some of the formatting and lifecycle management.
