Added properties to TextButtonInstance
Why wont the go button become textured aaaaaaaaaaaaaaaa
This commit is contained in:
@@ -7,4 +7,9 @@ class TextButtonInstance :
|
||||
public:
|
||||
TextButtonInstance(void);
|
||||
~TextButtonInstance(void);
|
||||
Vector2 boxBegin;
|
||||
Vector2 boxEnd;
|
||||
Vector2 fontLocationRelativeTo;
|
||||
bool centeredWithinBox;
|
||||
std::string title;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user