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",
|
"Name": "Ostrich",
|
||||||
"HeadPics": {
|
"HeadPics": {
|
||||||
"Type": "Directional",
|
"Type": "Directional",
|
||||||
"Sprites": "chars/heads/jones"
|
"Sprites": "chars/heads/ostrich"
|
||||||
},
|
},
|
||||||
"Body": "ostrich",
|
"Body": "ostrich",
|
||||||
"Sounds": "ostrich",
|
"Sounds": "ostrich",
|
||||||
"BloodColor": "00000000",
|
"BloodColor": "00000000",
|
||||||
"HasHair": true,
|
"HasHair": false,
|
||||||
"HasFacehair": false,
|
"HasFacehair": false,
|
||||||
"HasHat": false,
|
"HasHat": false,
|
||||||
"HasGlasses": false
|
"HasGlasses": false
|
||||||
|
@@ -70,12 +70,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Class": "Ostrich",
|
"Class": "Ostrich",
|
||||||
"HairType": "donut",
|
"Skin": "fc9c62ff",
|
||||||
"Skin": "ee85ffff",
|
"Arms": "5151f7ff",
|
||||||
"Arms": "fffcfcff",
|
|
||||||
"Body": "2e2e2eff",
|
"Body": "2e2e2eff",
|
||||||
"Legs": "e28020ff",
|
"Legs": "e28020ff",
|
||||||
"Hair": "ff1709ff",
|
"Hair": "ff1c00ff",
|
||||||
"Feet": "404040ff",
|
"Feet": "404040ff",
|
||||||
"Facehair": "ff1709ff",
|
"Facehair": "ff1709ff",
|
||||||
"Hat": "ff2a00ff",
|
"Hat": "ff2a00ff",
|
||||||
@@ -361,4 +360,4 @@
|
|||||||
"actionDelay": 15
|
"actionDelay": 15
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -13,17 +13,17 @@
|
|||||||
"Offsets": {
|
"Offsets": {
|
||||||
"Frame": {
|
"Frame": {
|
||||||
"Head": {
|
"Head": {
|
||||||
"stand": [[0, 16]],
|
"stand": [[0, 17]],
|
||||||
"idle": [[0, 16]],
|
"idle": [[0, 17]],
|
||||||
"run": [
|
"run": [
|
||||||
|
[0, 18],
|
||||||
[0, 17],
|
[0, 17],
|
||||||
[0, 16],
|
[0, 16],
|
||||||
[0, 15],
|
[0, 17],
|
||||||
[0, 16],
|
[0, 18],
|
||||||
[0, 17],
|
[0, 17],
|
||||||
[0, 16],
|
[0, 16],
|
||||||
[0, 15],
|
[0, 17]
|
||||||
[0, 16]
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Body": {
|
"Body": {
|
||||||
@@ -48,6 +48,11 @@
|
|||||||
[0, 6]
|
[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