mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fe99a346dd
skins7: Extract the skins dir to a macro skins7: Look for the skins at 'skins7' dir Data: Add 0.7 skins (diliated) CMenus::RenderSkinSelection7: Fix the skins number (use 0.7 getter) CSkins7::GetColorV3: Fix missing UnclampLighting CRenderTools: Use stronger type for 0.7 colors CSkins7::RandomizeSkin: Use enum value instead of hardcode+comment CMenus::RenderSettingsTee7: Enable team skins validation system: Add str_utf8_copy_num() GameClient: Extract ApplySkin7InfoFromGameMsg() GameClient: Add skin7 to CClientData (also process and validate it)
43 lines
637 B
JSON
43 lines
637 B
JSON
{"skin": {
|
|
"body": {
|
|
"filename": "standard",
|
|
"custom_colors": "true",
|
|
"hue": 72,
|
|
"sat": 214,
|
|
"lgt": 123
|
|
},
|
|
"marking": {
|
|
"filename": "wildpaint",
|
|
"custom_colors": "true",
|
|
"hue": 65,
|
|
"sat": 0,
|
|
"lgt": 128,
|
|
"alp": 218
|
|
},
|
|
"decoration": {
|
|
"filename": "unimelo",
|
|
"custom_colors": "true",
|
|
"hue": 244,
|
|
"sat": 0,
|
|
"lgt": 140
|
|
},
|
|
"hands": {
|
|
"filename": "standard",
|
|
"custom_colors": "true",
|
|
"hue": 0,
|
|
"sat": 0,
|
|
"lgt": 184
|
|
},
|
|
"feet": {
|
|
"filename": "standard",
|
|
"custom_colors": "true",
|
|
"hue": 149,
|
|
"sat": 4,
|
|
"lgt": 71
|
|
},
|
|
"eyes": {
|
|
"filename": "standard",
|
|
"custom_colors": "false"
|
|
}}
|
|
}
|