mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added spaces
This commit is contained in:
parent
f2bfc385eb
commit
f45c0334fc
@ -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
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user