ACE3/addons/ui/RscChat.hpp

16 lines
455 B
C++
Raw Normal View History

2015-09-05 19:57:22 +00:00
class RscText;
class RscDisplayChat {
class controls {
delete Line;
delete Background;
class CA_Background: RscText {
2015-09-06 01:49:52 +00:00
colorBackground[] = {0.5, 0.5, 0.5, 0.33}; // Make the chat entry field slightly darker
2015-09-05 19:57:22 +00:00
};
};
};
class RscChatListDefault {
2015-09-06 01:49:52 +00:00
colorBackground[] = {0, 0, 0, 0.5}; // Make the chat background darker
colorMessageProtocol[] = {0.85, 0.85, 0.85, 1}; // And the chat text brighter
2015-09-05 19:57:22 +00:00
};