Change: Move Colored Text into it's own class.
Note: At a later time, it may make sense to put my text parsing system over the old one.
This commit is contained in:
@@ -24,8 +24,8 @@ public:
|
||||
void UpdateTextInput();
|
||||
private:
|
||||
//Chatting
|
||||
BitmapText m_textChatInput;
|
||||
BitmapText m_textChatOutput;
|
||||
ColorBitmapText m_textChatInput;
|
||||
ColorBitmapText m_textChatOutput;
|
||||
Sprite m_sprChatInputBox;
|
||||
Sprite m_sprChatOutputBox;
|
||||
CString m_sTextInput;
|
||||
|
||||
Reference in New Issue
Block a user