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:
Charles Lohr
2005-05-05 19:47:04 +00:00
parent 7cbb3d3da2
commit 11f9384528
4 changed files with 208 additions and 73 deletions
+2 -2
View File
@@ -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;