Ostrich head #712

This commit is contained in:
congusbongus
2025-04-30 23:08:00 +10:00
parent 205267d818
commit 74f5737ec1
4 changed files with 17 additions and 13 deletions

View File

@@ -69,12 +69,12 @@
"Name": "Ostrich",
"HeadPics": {
"Type": "Directional",
"Sprites": "chars/heads/jones"
"Sprites": "chars/heads/ostrich"
},
"Body": "ostrich",
"Sounds": "ostrich",
"BloodColor": "00000000",
"HasHair": true,
"HasHair": false,
"HasFacehair": false,
"HasHat": false,
"HasGlasses": false

View File

@@ -70,12 +70,11 @@
},
{
"Class": "Ostrich",
"HairType": "donut",
"Skin": "ee85ffff",
"Arms": "fffcfcff",
"Skin": "fc9c62ff",
"Arms": "5151f7ff",
"Body": "2e2e2eff",
"Legs": "e28020ff",
"Hair": "ff1709ff",
"Hair": "ff1c00ff",
"Feet": "404040ff",
"Facehair": "ff1709ff",
"Hat": "ff2a00ff",

View File

@@ -13,17 +13,17 @@
"Offsets": {
"Frame": {
"Head": {
"stand": [[0, 16]],
"idle": [[0, 16]],
"stand": [[0, 17]],
"idle": [[0, 17]],
"run": [
[0, 18],
[0, 17],
[0, 16],
[0, 15],
[0, 16],
[0, 17],
[0, 18],
[0, 17],
[0, 16],
[0, 15],
[0, 16]
[0, 17]
]
},
"Body": {
@@ -48,6 +48,11 @@
[0, 6]
]
}
},
"Dir": {
"Head": [
[1, 0], [2, 0], [4, 0], [2, 0], [1, 0], [-1, 0], [-2, 0], [-1, 0]
]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B