Add custom ddnet 0.7 skin greensward

https://github.com/teeworlds/teeworlds/pull/2152
This commit is contained in:
ChillerDragon 2023-12-30 09:15:38 +01:00
parent ffc31d3a9c
commit 387a70ce8b
3 changed files with 31 additions and 0 deletions

View File

@ -1698,6 +1698,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
@ -1730,6 +1731,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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View 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"
}}
}