mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user