mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-01 10:42:03 +03:00
Add Graphics::bigbprint()
It's just like bigprint() except it duplicates some of the calculations because I didn't want to make a bigprintoff() function which would duplicate even more code. I'm beginning to think these text printing functions are completely horrible to work with...
This commit is contained in:
@@ -144,6 +144,7 @@ public:
|
||||
|
||||
int len(std::string t);
|
||||
void bigprint( int _x, int _y, std::string _s, int r, int g, int b, bool cen = false, int sc = 2 );
|
||||
void bigbprint(int x, int y, std::string s, int r, int g, int b, bool cen = false, int sc = 2);
|
||||
void drawspritesetcol(int x, int y, int t, int c);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user