mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 09:38:19 +00:00
Add custom ddnet 0.7 skin greensward
https://github.com/teeworlds/teeworlds/pull/2152
This commit is contained in:
parent
fe99a346dd
commit
093a78464a
|
@ -1709,6 +1709,7 @@ set(EXPECTED_DATA
|
|||
skins7/body/dog.png
|
||||
skins7/body/force.png
|
||||
skins7/body/fox.png
|
||||
skins7/body/greensward.png
|
||||
skins7/body/hippo.png
|
||||
skins7/body/kitty.png
|
||||
skins7/body/koala.png
|
||||
|
@ -1741,6 +1742,7 @@ set(EXPECTED_DATA
|
|||
skins7/feet/standard.png
|
||||
skins7/force.json
|
||||
skins7/fox.json
|
||||
skins7/greensward.json
|
||||
skins7/greycoon.json
|
||||
skins7/greyfox.json
|
||||
skins7/hands/standard.png
|
||||
|
|
BIN
data/skins7/body/greensward.png
Normal file
BIN
data/skins7/body/greensward.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
29
data/skins7/greensward.json
Normal file
29
data/skins7/greensward.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{"skin": {
|
||||
"body": {
|
||||
"filename": "greensward",
|
||||
"custom_colors": "true",
|
||||
"hue": 85,
|
||||
"sat": 255,
|
||||
"lgt": 0
|
||||
},
|
||||
"marking": {
|
||||
"filename": "duodonny",
|
||||
"custom_colors": "true",
|
||||
"hue": 85,
|
||||
"sat": 255,
|
||||
"lgt": 20,
|
||||
"alp": 255
|
||||
},
|
||||
"hands": {
|
||||
"filename": "standard",
|
||||
"custom_colors": "false"
|
||||
},
|
||||
"feet": {
|
||||
"filename": "standard",
|
||||
"custom_colors": "false"
|
||||
},
|
||||
"eyes": {
|
||||
"filename": "standard",
|
||||
"custom_colors": "false"
|
||||
}}
|
||||
}
|
Loading…
Reference in a new issue