mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Factor out entity drawing to separate function
This makes it easy to re-use without duplicating code.
This commit is contained in:
@@ -140,6 +140,8 @@ public:
|
||||
|
||||
void drawentities();
|
||||
|
||||
void drawentity(const int i, const int yoff);
|
||||
|
||||
void drawtrophytext();
|
||||
|
||||
void bigrprint(int x, int y, std::string& t, int r, int g, int b, bool cen = false, float sc = 2);
|
||||
|
||||
Reference in New Issue
Block a user