Add Graphics::bigrprint()

Same as bigbprint(), we duplicate some of the calculations because it's
better than duplicating another text printing function.
This commit is contained in:
Misa
2021-03-19 14:28:04 -07:00
parent f7173027ce
commit 6538d1e5dd
2 changed files with 25 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ public:
void drawtrophytext(void);
void bigrprint(int x, int y, std::string& t, int r, int g, int b, bool cen = false, float sc = 2);
void bigbrprint(int x, int y, std::string& t, int r, int g, int b, bool cen = false, float sc = 2);
void drawtele(int x, int y, int t, Uint32 c);