Luki
Headcrab
- Joined
- Sep 25, 2014
- Messages
- 1
- Reaction score
- 0
Hello guys,
since I have started working on my steam skin, I noticed that they added some new files and some code for golden avatars. Does anyone know anything about it?
Golden friends colors:
Golden chat name:
Golden friends code:
Golden avatar:
see attached files
since I have started working on my steam skin, I noticed that they added some new files and some code for golden avatars. Does anyone know anything about it?
Golden friends colors:
Code:
Friends.GoldenColor "255 255 99 255"
// Friends.GoldenColor "228 202 99 255"
Friends.GoldenHoverColor "255 255 180 255"
// Friends.GoldenHoverColor "248 218 109 255"
Golden chat name:
Code:
friends_chat_name_golden
{
textcolor="Friends.GoldenColor"
selectedtextcolor="TextentrySelected"
selectedbgcolor="focus"
font-size=16
}
Golden friends code:
Code:
friends_golden
{
textcolor="Friends.GoldenColor"
}
friends_golden:hover
{
textcolor="Friends.GoldenHoverColor"
}
Golden avatar:
see attached files