mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
41 lines
594 B
JSON
41 lines
594 B
JSON
|
{
|
||
|
"skin": {
|
||
|
"body": {
|
||
|
"filename": "dog",
|
||
|
"custom_colors": true,
|
||
|
"hue": 36,
|
||
|
"sat": 185,
|
||
|
"lgt": 169
|
||
|
},
|
||
|
"marking": {
|
||
|
"filename": "whisker",
|
||
|
"custom_colors": true,
|
||
|
"hue": 0,
|
||
|
"sat": 153,
|
||
|
"lgt": 255,
|
||
|
"alp": 255
|
||
|
},
|
||
|
"hands": {
|
||
|
"filename": "standard",
|
||
|
"custom_colors": true,
|
||
|
"hue": 12,
|
||
|
"sat": 178,
|
||
|
"lgt": 136
|
||
|
},
|
||
|
"feet": {
|
||
|
"filename": "standard",
|
||
|
"custom_colors": true,
|
||
|
"hue": 14,
|
||
|
"sat": 205,
|
||
|
"lgt": 112
|
||
|
},
|
||
|
"eyes": {
|
||
|
"filename": "negative",
|
||
|
"custom_colors": true,
|
||
|
"hue": 18,
|
||
|
"sat": 180,
|
||
|
"lgt": 118
|
||
|
}
|
||
|
}
|
||
|
}
|