Added visible and float booleans

This commit is contained in:
andreja6
2018-04-13 20:09:20 -07:00
parent 7d623bb99d
commit b12c753179
4 changed files with 21 additions and 2 deletions

View File

@@ -25,4 +25,8 @@ public:
bool centeredWithinBox;
std::string title;
G3D::GFontRef font;
bool floatBottom;
bool floatRight;
bool visible;
};