mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 15:30:35 +02:00
Ostrich head #712
This commit is contained in:
@@ -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
|
||||
|
@@ -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",
|
||||
|
@@ -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 |
Reference in New Issue
Block a user