Added bare bones TextButton rendering

(Yes, it took that many lines of code)
This commit is contained in:
andreja6
2018-04-19 17:18:26 -07:00
parent acbe509c05
commit 3e4c128347
7 changed files with 151 additions and 10 deletions

View File

@@ -28,5 +28,6 @@ public:
bool floatBottom;
bool floatRight;
bool visible;
int textSize;
};