Flipped UI, minor changes

Flipped UI, removed extra Batch2D, added comments and minor changes
This commit is contained in:
MihailRis
2022-06-29 14:03:36 +03:00
committed by GitHub
parent c3b4357852
commit 88c1695903
7 changed files with 67 additions and 66 deletions
+1
View File
@@ -12,6 +12,7 @@ public:
Font(Texture* texture);
~Font();
int getGlyphWidth(char c);
void draw(Batch2D* batch, std::string text, int x, int y);
};