Public Member Functions | |
| TextManager (MinigameManager *runtime) | |
| int | createStaticText (const mgVect3f &screen_pos, int fontID, TextAlign align) |
| void | updateStaticText (int textID, const char *txt) |
| void | showText (const char *txt, const mgVect2f &pos, int fontID, int escapeID) |
| void | showNumber (int num, const mgVect2f &pos, int fontID, int escapeID) |
| void | quant (float dt) |
| void | updateScore (int score) |
| void | updateTime (int seconds) |