Added spaces

This commit is contained in:
jonpas 2015-09-06 03:49:52 +02:00
parent f2bfc385eb
commit f45c0334fc

View File

@ -4,12 +4,12 @@ class RscDisplayChat {
delete Line; delete Line;
delete Background; delete Background;
class CA_Background: RscText { class CA_Background: RscText {
colorBackground[] = {0.5,0.5,0.5,0.33}; // Make the chat entry field slightly darker colorBackground[] = {0.5, 0.5, 0.5, 0.33}; // Make the chat entry field slightly darker
}; };
}; };
}; };
class RscChatListDefault { class RscChatListDefault {
colorBackground[] = {0,0,0,0.5}; // Make the chat background darker colorBackground[] = {0, 0, 0, 0.5}; // Make the chat background darker
colorMessageProtocol[] = {0.85,0.85,0.85,1}; // And the chat text brighter colorMessageProtocol[] = {0.85, 0.85, 0.85, 1}; // And the chat text brighter
}; };